buhuazhen
2026-05-29 26f5c141829cecd1c1987b6f104e144336e407ff
src/main/java/com/ruoyi/production/service/ProductProcessService.java
@@ -23,4 +23,6 @@
    AjaxResult add(ProductProcessDto productProcessDto);
    AjaxResult importData(MultipartFile file);
    String batchDelete(List<Integer> ids);
}