yangys
2024-04-24 5f360754e825c4796e6c4d42238f47317fdeb5a8
smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/DictVO.java
@@ -118,7 +118,7 @@
    public List<DictVO> getChildren() {
        if (this.children == null) {
            this.children = new ArrayList();
            this.children = new ArrayList<>();
        }
        return this.children;
    }