From af9dba652725f40583835c75118bb7f6c411a80f Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 13 三月 2025 14:15:56 +0800
Subject: [PATCH] 更新实体

---
 Tiger.IBusiness.MES/Core/IWorkStep.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Tiger.IBusiness.MES/Core/IWorkStep.cs b/Tiger.IBusiness.MES/Core/IWorkStep.cs
index 0f46c6d..b13fe77 100644
--- a/Tiger.IBusiness.MES/Core/IWorkStep.cs
+++ b/Tiger.IBusiness.MES/Core/IWorkStep.cs
@@ -20,6 +20,7 @@
         public MES_WO_ACTION ActSetting { get; set; }
         public IPosition CurPosition { get; set; }
         public IWorkAction CurAction { get; set; }
+        public Dictionary<string, string> ActionDic { get; set; }
         public List<string> PrepNodeIDs { get; set; }
         public Action DBSubmitAction { get; set; }
         #endregion Propertys & Variables

--
Gitblit v1.9.3