XiaoRuby
2023-07-25 23bb52b9fc372e575ed21e47ab948a7a8c2e533b
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);
}