From 8fad403599523f7b800a845f62a095227316d1e7 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 21 三月 2025 15:46:23 +0800 Subject: [PATCH] art: 系统管理-产线表 增加mdc_flag标识,并可进行维护 --- 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