// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // GameOnline is the golang structure for table game_online. type GameOnline struct { Id int64 `json:"id" description:""` Channel string `json:"channel" description:"渠道"` Server int `json:"server" description:"区服"` Num int `json:"num" description:"在线数量"` Date *gtime.Time `json:"date" description:""` }