package vo
type PlayerVO struct {
Id int64 `json:"id"`
Username string `json:"username"`
Avatar string `json:"avatar"`
}
type RobotVO struct {