gongchunyi
8 天以前 33d93225f790ff72f8ba5e86f8cf2c3e2db94d0d
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);
}