You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// =================================================================================
|
|
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
|
|
|
// =================================================================================
|
|
|
|
|
|
|
|
package entity
|
|
|
|
|
|
|
|
// GameCcdUrlCopy1 is the golang structure for table game_ccd_url_copy1.
|
|
|
|
type GameCcdUrlCopy1 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:""`
|
|
|
|
}
|