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