From d87f4435aeae1a2819d6dbe6f60fd2dc5ae77158 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期四, 11 四月 2024 17:36:40 +0800
Subject: [PATCH] 更新

---
 lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java b/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java
index 3fc3399..c7f84f5 100644
--- a/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java
+++ b/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();

--
Gitblit v1.9.3