From eb65f4c3c6903b11424eeaefe46653acedf24448 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 08 八月 2023 09:40:22 +0800 Subject: [PATCH] Merge branch 'master' into fly --- router/index.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/router/index.go b/router/index.go index e40f7c7..8d830e5 100644 --- a/router/index.go +++ b/router/index.go @@ -169,6 +169,13 @@ InitServiceCollectionPlanRouter(PrivateGroup) InitReceiptRouter(PrivateGroup) InitBankAccountRouter(PrivateGroup) + InitPaymentTypeRouter(PrivateGroup) + InitFileRouter(PrivateGroup) + InitInvoiceRouter(PrivateGroup) + InitInvoiceStatusRouter(PrivateGroup) + InitInvoiceTypeRouter(PrivateGroup) + InitCourierCompanyRouter(PrivateGroup) + } return Router } -- Gitblit v1.8.0