// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameCdKey is the golang structure for table game_cd_key. type GameCdKey struct { Id int64 `json:"id" description:""` Code string `json:"code" description:"兑换码"` ConfigId int `json:"configId" description:""` Used int64 `json:"used" description:"账号id"` SeizeASeat int64 `json:"seizeASeat" description:""` Time int64 `json:"time" description:""` Server int `json:"server" description:"区服"` }