From 01a5cb6f77739630a88fc2f95be694b53ade0d41 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 19 七月 2024 14:14:47 +0800
Subject: [PATCH] 工步修改为支持并行执行行为,优化工步执行逻辑

---
 Tiger.IBusiness/MES/SMT/ISmtTool.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Tiger.IBusiness/MES/SMT/ISmtTool.cs b/Tiger.IBusiness/MES/SMT/ISmtTool.cs
index 863ac75..2125c4e 100644
--- a/Tiger.IBusiness/MES/SMT/ISmtTool.cs
+++ b/Tiger.IBusiness/MES/SMT/ISmtTool.cs
@@ -11,6 +11,8 @@
 {
     public interface ISmtTool
     {
-        public Task<ApiAction<List<SMT_WO_TABLE>>> GetNotLoadingMaterial(smtWoTableParams paras);
+        public Task<ApiAction<List<SMT_WO_TABLE>>> GetNotLoadingMaterial(SmtLoadingInput paras);
+        public Task<ApiAction<List<smtWoTableIn>>> ValidateTableImport(List<smtWoTableIn> paras);
+        public Task<ApiAction> SaveValidateTableImport(List<smtWoTableIn> paras);
     }
 }

--
Gitblit v1.9.3