XiaoRuby
2023-07-25 f04c1a5a967679b9984926af72be8a3d3f26c2bb
inspection-server/src/main/java/com/yuanchu/limslaboratory/mapper/InspectionMapper.java
@@ -19,4 +19,6 @@
    List<InspectionDto> selectAllInspection(int pageSize, int countSize, Integer state);
    int selectInspectToCount(Integer state);
}