XiaoRuby
2023-09-07 088ceb9faf6f1d0d9f57bb9cd65f542337d40b7f
inspect-server/src/main/java/com/yuanchu/mom/service/RawInspectService.java
@@ -47,15 +47,4 @@
     */
    String updateRawInspectsById(Integer id);
    /**
     * 根据原材料检验单id删除
     * @param id
     */
    void delRawInsById(Integer id);
    /**
     * 批量删除
     * @param ids
     */
    void delAllRawIns(String ids);
}