From 58b19364744f6f61c64978dda97b01eec37823b0 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 11:29:00 +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 b69c936..4adef30 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,7 @@
 )
 
 type Group struct {
+    ServiceContractStatusRouter
     OrderTypeRouter
     ReportSourceRouter
 	IsVisitRouter
@@ -139,6 +140,7 @@
 		routerGroup.InitIsVisitRouter(PrivateGroup)
         routerGroup.InitReportSourceRouter(PrivateGroup)
         routerGroup.InitOrderTypeRouter(PrivateGroup)
+        routerGroup.InitServiceContractStatusRouter(PrivateGroup)
 	}
 	return Router
 }
\ No newline at end of file

--
Gitblit v1.8.0