From d3ff95a6631915cd56ac7f774f5fca297b9f5642 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 26 七月 2023 19:55:32 +0800
Subject: [PATCH] fix

---
 router/index.go |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/router/index.go b/router/index.go
index b57c38c..43f890a 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,20 @@
 )
 
 type Group struct {
+    CurrencyRouter
+    QuotationStatusRouter
+    RepositoryRouter
+    SalesReturnStatusRouter
+    AccountIdRouter
+    IsInvoiceRouter
+    RefundMethodRouter
+    ServiceContractTypeRouter
+    ServiceContractStatusRouter
+    OrderTypeRouter
+    ReportSourceRouter
+	IsVisitRouter
+	SolveRateRouter
+	TimelyRateRouter
 	BaseRouter
 	UserRouter
 	JwtRouter
@@ -54,6 +68,7 @@
 	MenuRouter
 	DataRouter
 	DepartmentRouter
+	SatisfactionRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -127,6 +142,21 @@
 		routerGroup.InitMenuRouter(PrivateGroup)                 // 娉ㄥ唽menu璺敱
 		routerGroup.InitDataRouter(PrivateGroup)                 // 娉ㄥ唽data璺敱
 		routerGroup.InitDepartmentRouter(PrivateGroup)           // 娉ㄥ唽department璺敱
+		routerGroup.InitSatisfactionRouter(PrivateGroup)         // 娉ㄥ唽satisfaction璺敱
+		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)
 	}
 	return Router
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0