服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-02 4ad0c3cfa27e9562217e517d62173bf97759f68e
Tiger.IBusiness/MES/SMT/ISmtTool.cs
@@ -11,7 +11,7 @@
{
    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);
    }