zss
2023-09-05 b9e2c1619cf61bcd5f24b858fff738244d20566e
inspect-server/src/main/java/com/yuanchu/mom/mapper/RawInsProductMapper.java
@@ -16,5 +16,13 @@
public interface RawInsProductMapper extends BaseMapper<RawInsProduct> {
    //根据原材料检验单id查询检验项目
    List<Integer> getresult(Integer id);
    //根据原材料检验单id删除
    void updaRawInsById(Integer id);
    //根据原材料检验单id批量删除原材料检验项目
    void delAllRawIns(String ids);
}