// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameOnlineCount is the golang structure for table game_online_count. type GameOnlineCount struct { Id int `json:"id" description:""` Online int `json:"online" description:""` DailyTop int `json:"dailyTop" description:""` }