gongchunyi
2026-06-28 d4b2252268142d9b6f35f6fdc590c4e7cf6f0df3
src/main/java/com/ruoyi/production/service/ProductBomService.java
@@ -26,5 +26,7 @@
    AjaxResult uploadBom(MultipartFile file);
    AjaxResult update(ProductBom productBom);
    void exportBom(HttpServletResponse response, Integer bomId);
}