fix
wangpengfei
2023-07-25 1109d0c6565e3413e54d9f28e68dda8ca26b99c4
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 {