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