fix
wangpengfei
2023-08-16 107a63155dcd0a900f964f9dd31805dd4eaea40e
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 {