1
This commit is contained in:
parent
1bc085ea69
commit
d074234ece
10
server/wheelserver/vo/user/go
Normal file
10
server/wheelserver/vo/user/go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package vo
|
||||||
|
|
||||||
|
type User struct {
|
||||||
|
AccountId string `json:"account_id"`
|
||||||
|
NickName string `json:"nickname"`
|
||||||
|
Avatar string `json:"avatar"`
|
||||||
|
Score string `json:"score"`
|
||||||
|
HourlyEarnings string `json:"hourly_earnings"`
|
||||||
|
Dice int32 `gorm:"json:dice"`
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user