package com.yuanchu.mom.mapper;
|
|
import com.yuanchu.mom.pojo.InsReport;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
/**
|
* @author Administrator
|
* @description 针对表【ins_report(检验报告)】的数据库操作Mapper
|
* @createDate 2024-03-17 22:10:02
|
* @Entity com.yuanchu.mom.pojo.InsReport
|
*/
|
public interface InsReportMapper extends BaseMapper<InsReport> {
|
|
}
|