From 551ab0030f602e99b3ab2dd8edbe4deec48b6afd Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 07 七月 2023 13:54:42 +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 167da69..530a686 100644
--- a/router/index.go
+++ b/router/index.go
@@ -32,6 +32,7 @@
 	SalesSourcesRouter
 	FollowRecordRouter
 	SaleChanceRouter
+	SaleStageRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -81,6 +82,7 @@
 		routerGroup.InitSalesSourcesRouter(PrivateGroup)      // 娉ㄥ唽salesSources璺敱
 		routerGroup.InitFollowRecordRouter(PrivateGroup)      // 娉ㄥ唽followRecord璺敱
 		routerGroup.InitSaleChanceRouter(PrivateGroup)        // 娉ㄥ唽saleChance璺敱
+		routerGroup.InitSaleStageRouter(PrivateGroup)         // 娉ㄥ唽saleStage璺敱
 	}
 	return Router
 }

--
Gitblit v1.8.0