|
|
@@ -10,6 +10,8 @@ type ResponsiblePerson struct {
|
|
|
GameCounts int64 `json:"game_counts"`
|
|
|
Remark string `json:"remark"`
|
|
|
State int8 `json:"state"`
|
|
|
+ Url string `json:"url"`
|
|
|
+ StartTime int `json:"start_time"`
|
|
|
CreateTime LocalTime `gorm:"column:create_time;" json:"createTime"`
|
|
|
UpdateTime LocalTime `gorm:"column:update_time;" json:"updateTime"`
|
|
|
}
|