gongchunyi
9 天以前 b3fc7c3428ddf036b1a632f62c694a3d28b1a306
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);
}