From 20ca649b9f0fa0af0361024149dee6833858c2fa Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 17:12:27 +0800 Subject: [PATCH] fix --- service/index.go | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/service/index.go b/service/index.go index d934cc0..e76998e 100644 --- a/service/index.go +++ b/service/index.go @@ -49,11 +49,19 @@ TimelyRateService SolveRateService IsVisitService - ReportSourceService - OrderTypeService - ServiceContractStatusService - ServiceContractTypeService - RefundMethodService + 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