package response import "pure-admin/model" type SysAuthorityResponse struct { Authority model.SysAuthority `json:"authority"` } type SysAuthorityCopyResponse struct { Authority model.SysAuthority `json:"authority"` Appid string `json:"-"` OldAuthorityId uint `json:"oldAuthorityId"` // 旧角色ID }