From 40b55845976cfe9dcf83a8a730c99b041551e187 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 12 三月 2025 23:24:40 +0800
Subject: [PATCH] 更新U9实体

---
 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