From a405d2ed23559cac53dc6efa1d558447d4155023 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 12 五月 2024 22:44:06 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- 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 177a61b..863ac75 100644 --- a/Tiger.IBusiness/MES/SMT/ISmtTool.cs +++ b/Tiger.IBusiness/MES/SMT/ISmtTool.cs @@ -11,6 +11,6 @@ { 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); } } -- Gitblit v1.9.3