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