From 650b17081633bd2cce2a07d8fb4ebbfbd50a8edf Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期五, 18 七月 2025 16:53:55 +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