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