add
wangpengfei
2023-07-18 5fac03fb857cf9a160e1736a25de2c5f95f5e44f
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 {