aijinhui
2023-09-21 31189373f177755f0b0ec18c368cc3c33e3cd007
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -143,6 +143,6 @@
     * @param depts
     * @return
     */
    List<TreeSelectWell> wellTree(List<TreeDeptWell> depts);
    List<TreeDeptWell> wellTree(List<TreeDeptWell> depts);
    List<TreeDeptWell> buildDeptWellTree(List<TreeDeptWell> depts);
}