package config

type UserConfig struct {
	// 用户名
	Username string
	// 密码
	Password string
	// 登录时间
	LoginTime string
}