From f84d9c46574a2cd663105859035bc17891270923 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 14 八月 2023 10:41:54 +0800
Subject: [PATCH] Merge branch 'master' into fly

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

diff --git a/router/index.go b/router/index.go
index a05ce9f..8f21017 100644
--- a/router/index.go
+++ b/router/index.go
@@ -70,6 +70,7 @@
 	DepartmentRouter
 	SatisfactionRouter
 	AssignRouter
+	CollectionProjectionRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -159,6 +160,24 @@
 		routerGroup.InitQuotationStatusRouter(PrivateGroup)
 		routerGroup.InitCurrencyRouter(PrivateGroup)
 		routerGroup.InitAssignRouter(PrivateGroup)
+		InitServiceOrderRouter(PrivateGroup)
+		InitFaqRouter(PrivateGroup)
+		InitPriorityLevelRouter(PrivateGroup)
+		InitServiceTypeRouter(PrivateGroup)
+		InitSeverityRouter(PrivateGroup)
+		InitTimeSpentRouter(PrivateGroup)
+		InitFaultTypeRouter(PrivateGroup)
+		InitServiceCollectionPlanRouter(PrivateGroup)
+		InitReceiptRouter(PrivateGroup)
+		InitBankAccountRouter(PrivateGroup)
+		InitPaymentTypeRouter(PrivateGroup)
+		InitFileRouter(PrivateGroup)
+		InitInvoiceRouter(PrivateGroup)
+		InitInvoiceStatusRouter(PrivateGroup)
+		InitInvoiceTypeRouter(PrivateGroup)
+		InitCourierCompanyRouter(PrivateGroup)
+		InitProductRouter(PrivateGroup)
+		routerGroup.InitCollectionProjectionRouter(PrivateGroup)
 	}
 	return Router
 }

--
Gitblit v1.8.0