sgj
2026-03-09 0f0cf4da61abdae52371420474bf0ebabc917f60
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> {
 
}