// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameServerJsonGeneral is the golang structure for table game_server_json_general. type GameServerJsonGeneral struct { Id int `json:"id" description:""` SdkAddress string `json:"sdkAddress" description:""` UniqueAddress string `json:"uniqueAddress" description:""` IdentityCheckAddress string `json:"identityCheckAddress" description:""` RechargeWhiteListIps string `json:"rechargeWhiteListIps" description:""` GmWhiteListUrl string `json:"gmWhiteListUrl" description:""` BackstageRechargeUrl string `json:"backstageRechargeUrl" description:""` }