From 7c77e020b81e42fb65aa966742ff7c93e73668e1 Mon Sep 17 00:00:00 2001
From: cuikaidong <ckd2942379034@163.com>
Date: 星期一, 26 五月 2025 17:57:55 +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 2af1b4b..2ad8b57 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
@@ -80,6 +80,8 @@
 
     private Date updateTime;
 
+    private String mdcFlag;
+
     /**
      * 浜х嚎璐熻矗浜篿ds
      */
@@ -118,5 +120,6 @@
         this.updateBy = mdcProduction.getUpdateBy();
         this.updateTime = mdcProduction.getUpdateTime();
         this.directorUserIds = mdcProduction.getDirectorUserIds();
+        this.mdcFlag = mdcProduction.getMdcFlag();
     }
 }

--
Gitblit v1.9.3