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);
}