From 1858d33ed2b1f5013eb2153b32070e0ae6b547f8 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期四, 16 五月 2024 14:18:25 +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 177a61b..070730d 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<SMT_PROD_TABLE>> GetNotLoadingMaterial(string itemCode, string lineCode, string pcbSurface, string moCode, string? machineCode = null); + public Task<ApiAction<List<SMT_WO_TABLE>>> GetNotLoadingMaterial(smtWoTableParams paras); + public Task<ApiAction<List<smtWoTableIn>>> ValidateTableImport(List<smtWoTableIn> paras); + public Task<ApiAction> SaveValidateTableImport(List<smtWoTableIn> paras); } } -- Gitblit v1.9.3