zhuo
2025-04-22 d55fe4255a7fa2b1a9c7a8f5d00a0b7683649e2d
basic-server/src/main/java/com/ruoyi/basic/service/StandardTreeService.java
@@ -23,23 +23,9 @@
    int delStandardTree(String tree);
    int addStandardProduct(String ids, String tree);
    List<SampleTypeDto> getStandardTree2();
    int upStandardProducts(Map<String, Object> product);
    List<StandardTree> getStandTreeBySampleType(String laboratory, String sampleType);
    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);
    /**
     * 标准数排序