服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-31 715bdf037d69f3eda2298880f30beb4b6195e0d3
Tiger.IBusiness/MES/iERP/IU9C_MES.cs
@@ -14,5 +14,6 @@
        public Task<ApiAction> GetBasItem(GetBasItemInput input);
        public Task<ApiAction> GetCustomer(GetCustomerInput input);
        public Task<ApiAction> GetSupplier(GetSupplierInput input);
        public Task<ApiAction> GetBasWo(GetWoInput input);
    }
}