gongchunyi
4 天以前 33eccd5e76d865b3f3c4a421cd993498c25b6137
src/main/java/com/ruoyi/production/service/ProductBomService.java
@@ -27,4 +27,7 @@
    AjaxResult uploadBom(MultipartFile file, Long dictCode);
    void exportBom(HttpServletResponse response, Integer bomId);
    String strengthById(Long bomId);
}