2026-04-29 2d107e5c57fccb1ae1bfcc8b59389fbd0e2c67a5
src/main/java/com/ruoyi/production/service/ProductBomService.java
@@ -24,7 +24,9 @@
    AjaxResult add(ProductBom productBom);
    AjaxResult uploadBom(MultipartFile file);
    void uploadBom(MultipartFile file,HttpServletResponse response);
    void exportBom(HttpServletResponse response, Integer bomId);
    String updateBom(ProductBom productBom);
}