gongchunyi
2 天以前 e2079ea034c7f6bb5fc096fd4d83ed9b2cc3ff13
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);
}