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