XiaoRuby
2023-07-26 cdaff9ab0d1b676e3b429171d6de0887c98f488c
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);
}