Helius
2021-12-22 ac0bc5b39477de418b3c43eb40928310effa6114
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<>();