gongchunyi
2 天以前 2d1e904f3049218474318cb1e2fe5c3a3869cfb0
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);
}