From e5650a0fd3d5db06b3a59ba364f4b177707f98cb Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 08 八月 2023 09:48:04 +0800
Subject: [PATCH] 更改端口和配置名字

---
 service/index.go |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/service/index.go b/service/index.go
index 84214db..ae1c0c6 100644
--- a/service/index.go
+++ b/service/index.go
@@ -49,12 +49,18 @@
 	TimelyRateService
 	SolveRateService
 	IsVisitService
-    ReportSourceService
-    OrderTypeService
-    ServiceContractStatusService
-    ServiceContractTypeService
-    RefundMethodService
-    IsInvoiceService
+	ReportSourceService
+	OrderTypeService
+	ServiceContractStatusService
+	ServiceContractTypeService
+	RefundMethodService
+	IsInvoiceService
+	AccountIdService
+	SalesReturnStatusService
+	RepositoryService
+	QuotationStatusService
+	CurrencyService
+	AssignService
 }
 
-var ServiceGroup = new(Group)
\ No newline at end of file
+var ServiceGroup = new(Group)

--
Gitblit v1.8.0