sgj
2026-03-23 fff68633c2fb6aad6b6b42077bb8d5833b92d4d2
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> {
 
}