From 30f137e85a76420d872a96c30b2177f59e9706d2 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 17 七月 2023 16:13:59 +0800
Subject: [PATCH] add

---
 model/request/authority.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/model/request/authority.go b/model/request/authority.go
index 287f7b6..678ca34 100644
--- a/model/request/authority.go
+++ b/model/request/authority.go
@@ -1,7 +1,8 @@
 package request
 
 type AddAuthority struct {
-	AuthorityName string `json:"authorityName"`
+	AuthorityName string       `json:"authorityName"`
+	CasbinInfos   []CasbinInfo `json:"casbinInfos"`
 }
 
 type SetAuthorityMenu struct {

--
Gitblit v1.8.0