XiaoRuby
2023-07-25 653cbd6bc42565dbdcc7fdbe652874738b1908df
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);
}