// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameCcdUrl is the golang structure for table game_ccd_url. type GameCcdUrl struct { Id int64 `json:"id" description:""` Platform string `json:"platform" description:""` ChannelType string `json:"channelType" description:""` VersionName string `json:"versionName" description:""` VersionCode string `json:"versionCode" description:""` Ip string `json:"ip" description:""` HotfixVersion string `json:"hotfixVersion" description:""` VersionCompare string `json:"versionCompare" description:""` State int `json:"state" description:""` Url string `json:"url" description:""` }