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.
18 lines
1.0 KiB
18 lines
1.0 KiB
// ================================================================================= |
|
// 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:""` |
|
ActivityDbUrl string `json:"activityDbUrl" description:""` |
|
ActivityDbName string `json:"activityDbName" description:""` |
|
}
|
|
|