From a9f563a1f242e1f64ca79a76d7033278dd471425 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 07 五月 2025 22:03:20 +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