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.

19 lines
963 B

// =================================================================================
// Code generated and maintained 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:""`
}