package vo

// LeiGodAccount
// @description: 雷神账号
type LeiGodAccount struct {
	Account  string `json:"account"`  // 账号
	Password string `json:"password"` // 密码
}