From d3ff95a6631915cd56ac7f774f5fca297b9f5642 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 26 七月 2023 19:55:32 +0800
Subject: [PATCH] fix

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

diff --git a/router/index.go b/router/index.go
index b03939e..43f890a 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,10 @@
 )
 
 type Group struct {
+    CurrencyRouter
+    QuotationStatusRouter
+    RepositoryRouter
+    SalesReturnStatusRouter
     AccountIdRouter
     IsInvoiceRouter
     RefundMethodRouter
@@ -149,6 +153,10 @@
         routerGroup.InitRefundMethodRouter(PrivateGroup)
         routerGroup.InitIsInvoiceRouter(PrivateGroup)
         routerGroup.InitAccountIdRouter(PrivateGroup)
+        routerGroup.InitSalesReturnStatusRouter(PrivateGroup)
+        routerGroup.InitRepositoryRouter(PrivateGroup)
+        routerGroup.InitQuotationStatusRouter(PrivateGroup)
+        routerGroup.InitCurrencyRouter(PrivateGroup)
 	}
 	return Router
 }
\ No newline at end of file

--
Gitblit v1.8.0