Helius
2021-12-21 23de473eca0e0fc862706b0e19a9185bbe6517fa
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<>();