9 lines
179 B
Go
9 lines
179 B
Go
package vo
|
|
|
|
// LeiGodAccount
|
|
// @description: 雷神账号
|
|
type LeiGodAccount struct {
|
|
Account string `json:"account"` // 账号
|
|
Password string `json:"password"` // 密码
|
|
}
|