| | |
| | | ) |
| | | |
| | | type Group struct { |
| | | CurrencyRouter |
| | | QuotationStatusRouter |
| | | RepositoryRouter |
| | | SalesReturnStatusRouter |
| | | AccountIdRouter |
| | | IsInvoiceRouter |
| | | RefundMethodRouter |
| | | ServiceContractTypeRouter |
| | | ServiceContractStatusRouter |
| | | OrderTypeRouter |
| | | ReportSourceRouter |
| | |
| | | routerGroup.InitReportSourceRouter(PrivateGroup) |
| | | routerGroup.InitOrderTypeRouter(PrivateGroup) |
| | | routerGroup.InitServiceContractStatusRouter(PrivateGroup) |
| | | routerGroup.InitServiceContractTypeRouter(PrivateGroup) |
| | | routerGroup.InitRefundMethodRouter(PrivateGroup) |
| | | routerGroup.InitIsInvoiceRouter(PrivateGroup) |
| | | routerGroup.InitAccountIdRouter(PrivateGroup) |
| | | routerGroup.InitSalesReturnStatusRouter(PrivateGroup) |
| | | routerGroup.InitRepositoryRouter(PrivateGroup) |
| | | routerGroup.InitQuotationStatusRouter(PrivateGroup) |
| | | routerGroup.InitCurrencyRouter(PrivateGroup) |
| | | } |
| | | return Router |
| | | } |