xiaoyong931011
2021-12-14 7e7b979bdeddae4c3a454f8f4ba680bc330f24a9
src/main/java/cc/mrbird/febs/common/entity/DeptTree.java
@@ -28,7 +28,7 @@
    private boolean hasParent = false;
    private boolean hasChild = false;
    private Dept data;
    private T data;
    public void initChildren(){
        this.children = new ArrayList<>();