服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-04 94359cabfd77f8cac9191b41a586b587953dffd5
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);
    }
}