From 36746596927952a6b860129a62eec9059bf083a7 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期六, 26 四月 2025 18:06:27 +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