model/request/authority.go @@ -2,6 +2,7 @@ type AddAuthority struct { AuthorityName string `json:"authorityName"` CasbinInfos []CasbinInfo `json:"casbinInfos"` } type SetAuthorityMenu struct {