Crunchy
2024-08-07 cd2114f2c4c8dbb8806e779da4eaa96a98abc5df
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);
}