From 1818a97f14836d85b4f3fa651f77de0394cd4371 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 27 八月 2024 14:24:36 +0800
Subject: [PATCH] 增加步骤基类,工序信息增加公布信息列表

---
 Tiger.Model.Net/Entitys/MES/MES_WO_NODE.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/MES_WO_NODE.cs b/Tiger.Model.Net/Entitys/MES/MES_WO_NODE.cs
index 1f7afce..b5295c6 100644
--- a/Tiger.Model.Net/Entitys/MES/MES_WO_NODE.cs
+++ b/Tiger.Model.Net/Entitys/MES/MES_WO_NODE.cs
@@ -154,6 +154,11 @@
         public int Sequence { get; set; }
         [SugarColumn(IsIgnore = true)]
         public List<string> PrepNodeIDs { get; set; } = new List<string>();
+        /// <summary>
+        /// 鑺傜偣
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public node node { get; set; }
         #endregion
 
         #region 澶栭敭灞炴��

--
Gitblit v1.9.3