From 7ffcc41e597c5af4169e3e2ab809fdbf869c2154 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 18 七月 2023 16:08:47 +0800
Subject: [PATCH] add

---
 api/v1/index.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/api/v1/index.go b/api/v1/index.go
index 91b8105..1985418 100644
--- a/api/v1/index.go
+++ b/api/v1/index.go
@@ -47,6 +47,7 @@
 	AuthorityApi
 	MenuApi
 	GetAllDataApi
+	DepartmentApi
 }
 
 var ApiGroup = new(Group)
@@ -94,4 +95,5 @@
 	authorityService            = service.ServiceGroup.AuthorityService
 	menuService                 = service.ServiceGroup.MenuService
 	allDataServer               = service.ServiceGroup.DataServer
+	departmentService           = service.ServiceGroup.DepartmentService
 )

--
Gitblit v1.8.0