123456
2024-07-16 2e4af4ece3016604568c644fba68b6d86afa8507
inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java
@@ -32,4 +32,11 @@
    void inExcelOfTree(MultipartFile file);
    void resetTreeOfPrice(String tree, Integer standardId);
    void resetTreeOfHour(String tree, Integer standardId);
    void resetTreeOfAsk(String tree, Integer standardId);
    void importWorkstationExcel(MultipartFile file);
}