hyingbo
2025-07-09 c767d223cffba5f5c33f8dfbfe0d3a4da734fb0a
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;