From 37fc700892a509346d5be0a1af2d3de1fe8d3a9e Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 20 八月 2024 18:38:10 +0800 Subject: [PATCH] 一些更改 --- Tiger.IBusiness/MES/SMT/ISmtTool.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.IBusiness/MES/SMT/ISmtTool.cs b/Tiger.IBusiness/MES/SMT/ISmtTool.cs index 070730d..2125c4e 100644 --- a/Tiger.IBusiness/MES/SMT/ISmtTool.cs +++ b/Tiger.IBusiness/MES/SMT/ISmtTool.cs @@ -11,7 +11,7 @@ { 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