gongchunyi
7 天以前 5bcc1e1829b782f79d4a5483783191a1daf36ce6
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);
}