export interface UserInfoModel { /** * 用户id */ id?: number /** * 昵称 */ nickname?: string /** * 头像 */ avatar?: string /** * 邮箱 */ email?: string }