package managecenterModel // 游戏版本 type GameVersion struct { // Id Id int32 `json:"GameVersionID"` // 名称 Name string `json:"GameVersionName"` }