liding
2026-05-22 94ec4e9e9214cb5dc28aef4a7f38be462cfda728
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);
}