| | |
| | | import com.ruoyi.inspect.dto.InsReportExport; |
| | | import com.ruoyi.inspect.dto.ReportPageDto; |
| | | import com.ruoyi.inspect.pojo.InsReport; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | * @createDate 2024-03-17 22:10:02 |
| | | * @Entity com.yuanchu.mom.pojo.InsReport |
| | | */ |
| | | @Mapper |
| | | public interface InsReportMapper extends BaseMapper<InsReport> { |
| | | |
| | | /** |
| | |
| | | @Param("queryStatus") String queryStatus, |
| | | @Param("createOrderUser") Integer createOrderUser); |
| | | |
| | | String getLaboratoryByName(@Param("name") String name, @Param("type") String type); |
| | | String getLaboratoryByName(@Param("name") String name, @Param("type") String type,@Param("contract") String contract); |
| | | |
| | | /** |
| | | * 报告报表导出 |