XiaoRuby
2023-07-25 f04c1a5a967679b9984926af72be8a3d3f26c2bb
inspection-server/src/main/java/com/yuanchu/limslaboratory/mapper/InspectionProductListMapper.java
@@ -21,4 +21,6 @@
    int addInspectionProductList(List<InspectionProductList> list);
    //根据样品id查询检验项目
    List<InspectionProductList> selectByMaterId(Integer id);
}