package model // 登录用户 type LoginSysUser struct { UserName string `json:"userName"` //账号 PassWord string `json:"password"` //密码 }