qushaowei
2024-03-14 be3aa0812cb43be7484e162b4fece5344e9eb5c8
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();