XiaoRuby
2023-07-27 91c6d603bfc528398d03a6b05228b72a1912082a
inspection-server/src/main/java/com/yuanchu/limslaboratory/mapper/InspectionProductListMapper.java
@@ -19,6 +19,7 @@
 */
public interface InspectionProductListMapper extends BaseMapper<InspectionProductList> {
    //添加检验项目
    int addInspectionProductList(List<InspectionProductList> list);
    //根据样品id查询检验项目