sgj
2026-03-26 26220601f74874186865626c051ea08373ea44bb
1
2
3
4
5
6
7
8
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.WeighbridgeSnap;
 
public interface WeighbridgeSnapMapper extends BaseMapper<WeighbridgeSnap> {
 
}