liding
2026-05-22 f171534eb89eca16ef1834ef1daa73d95b1bf7cf
src/main/java/com/ruoyi/production/service/ProductBomService.java
@@ -27,4 +27,8 @@
    AjaxResult uploadBom(MultipartFile file);
    void exportBom(HttpServletResponse response, Integer bomId);
    AjaxResult update(ProductBom productBom);
    AjaxResult copy(ProductBomDto productBom);
}