zss
2023-09-20 608fa275864c7cb4353e5e030e4a1304e56529ac
inspect-server/src/main/java/com/yuanchu/mom/mapper/RawInsProductMapper.java
@@ -18,5 +18,9 @@
    //根据原材料检验单id查询检验项目
    List<Integer> getresult(Integer id);
    //批量清空检验值
    void updateBatch(List<RawInsProduct> rawInsProductList);
}