From d28815a491eac43ad9153b7a83f27ce72d64a47e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 06 二月 2024 14:47:29 +0800 Subject: [PATCH] 兼容 --- service/index.go | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/service/index.go b/service/index.go index e0434f8..4fed338 100644 --- a/service/index.go +++ b/service/index.go @@ -49,8 +49,20 @@ TimelyRateService SolveRateService IsVisitService - ReportSourceService - OrderTypeService + ReportSourceService + OrderTypeService + ServiceContractStatusService + ServiceContractTypeService + RefundMethodService + IsInvoiceService + AccountIdService + SalesReturnStatusService + RepositoryService + QuotationStatusService + CurrencyService + AssignService + CollectionProjectionService + ContactInformationService } -var ServiceGroup = new(Group) \ No newline at end of file +var ServiceGroup = new(Group) -- Gitblit v1.8.0