sgj
2026-03-30 53024ef844835199ab74dbb27bfa10a290c96443
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> {
 
}