From b4201a0054369a8cd89e940947fd6f1a89f357c2 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 02 八月 2023 13:38:24 +0800
Subject: [PATCH] Merge branch 'master' into fly

---
 router/index.go |   48 +++++++++++++++++++++++++-----------------------
 1 files changed, 25 insertions(+), 23 deletions(-)

diff --git a/router/index.go b/router/index.go
index 43f890a..a05ce9f 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,17 +11,17 @@
 )
 
 type Group struct {
-    CurrencyRouter
-    QuotationStatusRouter
-    RepositoryRouter
-    SalesReturnStatusRouter
-    AccountIdRouter
-    IsInvoiceRouter
-    RefundMethodRouter
-    ServiceContractTypeRouter
-    ServiceContractStatusRouter
-    OrderTypeRouter
-    ReportSourceRouter
+	CurrencyRouter
+	QuotationStatusRouter
+	RepositoryRouter
+	SalesReturnStatusRouter
+	AccountIdRouter
+	IsInvoiceRouter
+	RefundMethodRouter
+	ServiceContractTypeRouter
+	ServiceContractStatusRouter
+	OrderTypeRouter
+	ReportSourceRouter
 	IsVisitRouter
 	SolveRateRouter
 	TimelyRateRouter
@@ -69,6 +69,7 @@
 	DataRouter
 	DepartmentRouter
 	SatisfactionRouter
+	AssignRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -146,17 +147,18 @@
 		routerGroup.InitTimelyRateRouter(PrivateGroup)
 		routerGroup.InitSolveRateRouter(PrivateGroup)
 		routerGroup.InitIsVisitRouter(PrivateGroup)
-        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)
+		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)
+		routerGroup.InitAssignRouter(PrivateGroup)
 	}
 	return Router
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0