From 823296cc595b3167c31a6257352c136568d0aaaf Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 11:43:20 +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 fff931f..8adce2d 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,7 @@
 )
 
 type Group struct {
+    IsInvoiceRouter
     RefundMethodRouter
     ServiceContractTypeRouter
     ServiceContractStatusRouter
@@ -145,6 +146,7 @@
         routerGroup.InitServiceContractStatusRouter(PrivateGroup)
         routerGroup.InitServiceContractTypeRouter(PrivateGroup)
         routerGroup.InitRefundMethodRouter(PrivateGroup)
+        routerGroup.InitIsInvoiceRouter(PrivateGroup)
 	}
 	return Router
 }
\ No newline at end of file

--
Gitblit v1.8.0