From f7f7279a6631ef9929b8087204c7f210e3ec7f5b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 10 一月 2025 01:04:42 +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