From 7feb2d0ebb7c6899cc654ca4ca88416b7d5ffdd0 Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期四, 10 七月 2025 11:51:12 +0800
Subject: [PATCH] 产品结构树-发送刀具系统参数调整

---
 lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java |    8 ++++++++
 1 files changed, 8 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 c7f84f5..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
@@ -39,6 +39,11 @@
     private String title;
 
     private boolean isLeaf;
+
+    /**
+     * 绫诲瀷
+     */
+    private Integer type;
     //浠ヤ笅鎵�鏈夊瓧娈靛潎涓嶮dcProduction鐩稿悓
 
     private String id;
@@ -74,6 +79,8 @@
     private String updateBy;
 
     private Date updateTime;
+
+    private String mdcFlag;
 
     /**
      * 浜х嚎璐熻矗浜篿ds
@@ -113,5 +120,6 @@
         this.updateBy = mdcProduction.getUpdateBy();
         this.updateTime = mdcProduction.getUpdateTime();
         this.directorUserIds = mdcProduction.getDirectorUserIds();
+        this.mdcFlag = mdcProduction.getMdcFlag();
     }
 }

--
Gitblit v1.9.3