liding
2026-05-16 9b6109daafb49ca14daf6d77964579ef5dc8ec0f
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);
}