zouyu
2023-09-24 05981a8e1db6adcb3dc79907fc22453fb2e51230
inspect-server/src/main/java/com/yuanchu/mom/mapper/RawInsProductMapper.java
@@ -19,10 +19,8 @@
    //根据原材料检验单id查询检验项目
    List<Integer> getresult(Integer id);
    //根据原材料检验单id删除
    void updaRawInsById(Integer id);
    //根据原材料检验单id批量删除原材料检验项目
    void delAllRawIns(String ids);
    //批量清空检验值
    void updateBatch(List<RawInsProduct> rawInsProductList);
}