zss
2024-07-30 124ecca15d3c5d6dcefa9a27aaa3c07c556674e9
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);
}