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.
13 lines
474 B
13 lines
474 B
4 months ago
|
// =================================================================================
|
||
|
// 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:""`
|
||
|
}
|