From f84d9c46574a2cd663105859035bc17891270923 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 14 八月 2023 10:41:54 +0800 Subject: [PATCH] Merge branch 'master' into fly --- service/index.go | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/service/index.go b/service/index.go index e0434f8..e76998e 100644 --- a/service/index.go +++ b/service/index.go @@ -49,8 +49,19 @@ TimelyRateService SolveRateService IsVisitService - ReportSourceService - OrderTypeService + ReportSourceService + OrderTypeService + ServiceContractStatusService + ServiceContractTypeService + RefundMethodService + IsInvoiceService + AccountIdService + SalesReturnStatusService + RepositoryService + QuotationStatusService + CurrencyService + AssignService + CollectionProjectionService } -var ServiceGroup = new(Group) \ No newline at end of file +var ServiceGroup = new(Group) -- Gitblit v1.8.0