XiaoRuby
2023-08-22 62e0e2910b2858a60e5fa4ffda2590c05b0caf9d
inspection-server/src/main/java/com/yuanchu/limslaboratory/mapper/InspectionProductMapper.java
@@ -21,5 +21,11 @@
    //根据检验样品id作废检验项目
    void updat(Integer id);
    //计算已检验项目数量
    Integer seleCountInspro();
    //计算未检验项目数量
    Integer seleCountUnInspro();
}