lyh
2025-08-18 8cd2d2d8c805be35db8f697926aea59792e80b36
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java
@@ -57,6 +57,8 @@
    private String orgCode;
    private String productionCode;
    private String address;
    private String memo;
@@ -101,6 +103,7 @@
        this.description = mdcProduction.getDescription();
        this.orgType = mdcProduction.getOrgType();
        this.orgCode = mdcProduction.getOrgCode();
        this.productionCode = mdcProduction.getProductionCode();
        this.address = mdcProduction.getAddress();
        this.memo = mdcProduction.getMemo();
        this.status = mdcProduction.getStatus();