hyingbo
2025-07-10 7feb2d0ebb7c6899cc654ca4ca88416b7d5ffdd0
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;