From a35c7eb12dcce7c650025ba4d801d6ad6f1053c4 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 13 七月 2023 18:07:06 +0800
Subject: [PATCH] add

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

diff --git a/router/index.go b/router/index.go
index f0fe7b7..f4bf5a5 100644
--- a/router/index.go
+++ b/router/index.go
@@ -49,6 +49,7 @@
 	OrderManageRouter
 	ServiceFollowupRouter
 	CustomerServiceSheetRouter
+	ServiceFeeManageRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -115,6 +116,7 @@
 		routerGroup.InitOrderManageRouter(PrivateGroup)          // 娉ㄥ唽orderManage璺敱
 		routerGroup.InitServiceFollowupRouter(PrivateGroup)      // 娉ㄥ唽serviceFollowup璺敱
 		routerGroup.InitCustomerServiceSheetRouter(PrivateGroup) // 娉ㄥ唽customerServiceSheet璺敱
+		routerGroup.InitServiceFeeManageRouter(PrivateGroup)     // 娉ㄥ唽serviceFeeManage璺敱
 	}
 	return Router
 }

--
Gitblit v1.8.0