huminmin
2026-05-12 71dda4d73cf891ef83759925855c3a88fa4fc6b8
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);
}