From 624d15a1baedef4b872dfea64331532c9ef31b4e Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 13:43:59 +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 65db83d..43f890a 100644 --- a/router/index.go +++ b/router/index.go @@ -11,6 +11,7 @@ ) type Group struct { + CurrencyRouter QuotationStatusRouter RepositoryRouter SalesReturnStatusRouter @@ -155,6 +156,7 @@ routerGroup.InitSalesReturnStatusRouter(PrivateGroup) routerGroup.InitRepositoryRouter(PrivateGroup) routerGroup.InitQuotationStatusRouter(PrivateGroup) + routerGroup.InitCurrencyRouter(PrivateGroup) } return Router } \ No newline at end of file -- Gitblit v1.8.0