yys
昨天 9e33d74a62e8b2b37c2f1c290a88392d352e8ece
src/main/java/com/ruoyi/production/service/ProductBomService.java
@@ -24,7 +24,9 @@
    AjaxResult add(ProductBom productBom);
    AjaxResult uploadBom(MultipartFile file);
    void uploadBom(MultipartFile file,HttpServletResponse response);
    void exportBom(HttpServletResponse response, Integer bomId);
    String updateBom(ProductBom productBom);
}