yuan
2026-04-23 ad9694f7c53d81dec76292b8d329e4dc06e90bc6
src/main/java/com/ruoyi/production/service/ProductBomService.java
@@ -29,4 +29,6 @@
    void exportBom(HttpServletResponse response, Integer bomId);
    AjaxResult update(ProductBom productBom);
    AjaxResult copy(ProductBomDto productBom);
}