XiaoRuby
2023-07-25 f04c1a5a967679b9984926af72be8a3d3f26c2bb
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/InspectionService.java
@@ -19,9 +19,10 @@
    Inspection addInspection(String userName,int type);
    List<InspectionDto> selectAllInspection(int pageSize, int countSize, Integer state);
    Map selectAllInspection(int pageSize, int countSize, Integer state);
    boolean delInspectionByInsId(String inspectionId);
    boolean subInspectionByInsId(String inspectionId);
}