zss
2023-09-24 527cbd85e37842d93d081f33916dca5c6f7156e0
inspect-server/src/main/java/com/yuanchu/mom/mapper/RawInsProductMapper.java
@@ -16,5 +16,11 @@
public interface RawInsProductMapper extends BaseMapper<RawInsProduct> {
    //根据原材料检验单id查询检验项目
    List<Integer> getresult(Integer id);
    //批量清空检验值
    void updateBatch(List<RawInsProduct> rawInsProductList);
}