From f2c7c7aa3218cd5ef688975ea9b5a0f3a6e5e74f Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 10 八月 2023 16:38:41 +0800
Subject: [PATCH] temp

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

diff --git a/router/index.go b/router/index.go
index 1b0ecd3..bc3afe4 100644
--- a/router/index.go
+++ b/router/index.go
@@ -70,6 +70,7 @@
 	DepartmentRouter
 	SatisfactionRouter
 	AssignRouter
+	CollectionProjectionRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -176,7 +177,7 @@
 		InitInvoiceTypeRouter(PrivateGroup)
 		InitCourierCompanyRouter(PrivateGroup)
 		InitProductRouter(PrivateGroup)
-
+		InitServiceCollectionPlanRouter(PrivateGroup)
 	}
 	return Router
 }

--
Gitblit v1.8.0