// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameVersion is the golang structure for table game_version. type GameVersion struct { Id uint `json:"id" description:""` Channel string `json:"channel" description:""` Version string `json:"version" description:""` }