// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // GameServerJson is the golang structure for table game_server_json. type GameServerJson struct { Id int `json:"id" description:""` GameDbUrl string `json:"gameDbUrl" description:""` GameDbName string `json:"gameDbName" description:""` Platform int `json:"platform" description:""` InnerIp string `json:"innerIp" description:""` CreateTime *gtime.Time `json:"createTime" description:""` }