package admin
type SysUserLogin struct {
Username string `json:"username"`
Password string `json:"password"`
Captcha string `json:"captcha"`
}