From a86df1054649f0594e4c77174fd254b8abd800ca Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 15 八月 2023 11:22:10 +0800
Subject: [PATCH] fix
---
router/index.go | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/router/index.go b/router/index.go
index e40f7c7..8f21017 100644
--- a/router/index.go
+++ b/router/index.go
@@ -70,6 +70,7 @@
DepartmentRouter
SatisfactionRouter
AssignRouter
+ CollectionProjectionRouter
}
func InitRouter() *gin.Engine {
@@ -169,6 +170,14 @@
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