XiaoRuby
2023-07-26 cdaff9ab0d1b676e3b429171d6de0887c98f488c
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/InspectionService.java
@@ -19,5 +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);
}