hyingbo
3 天以前 80823b3d91e180ed4babf9cc4b8a19ea4191268e
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/entity/ProductMix.java
@@ -53,6 +53,7 @@
        this.treeName = treeName;
        this.treeCode = treeCode;
        this.type = type;
        this.treeType = type;
        this.children = new ArrayList<>();
        this.label="["+treeCode+"]"+treeName;
        this.createTime = createTime;