服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-23 420ec0dec8cd0c17eb18ce6ecd5d03eed0266541
Tiger.IBusiness/MES/iERP/IU9C_MES.cs
@@ -15,5 +15,6 @@
        public Task<ApiAction> GetCustomer(GetCustomerInput input);
        public Task<ApiAction> GetSupplier(GetSupplierInput input);
        public Task<ApiAction> GetBasWo(GetWoInput input);
        public Task<ApiAction> GetCustBarCode(GetCustBarcodeInput input);
    }
}