baoshiwei
2025-05-20 eafecc3ac0227960f2b8fa377be27f066e10e50f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.shlanbao.qms.mapper;
 
import cn.shlanbao.qms.domain.LbDevice;
import cn.shlanbao.qms.domain.vo.LbDeviceVo;
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
 
/**
 * 测试仪Mapper接口
 *
 * @author bsw
 * @date 2024-12-12
 */
public interface LbDeviceMapper extends BaseMapperPlus<LbDevice, LbDeviceVo> {
 
}