czt
2026-02-26 181252cf8ba494441b1fdb3873da7afa90ff0813
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> {
 
}