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
551 B
13 lines
551 B
// ================================================================================= |
|
// Code generated by GoFrame CLI tool. DO NOT EDIT. |
|
// ================================================================================= |
|
|
|
package entity |
|
|
|
// GameRechargeLevel is the golang structure for table game_recharge_level. |
|
type GameRechargeLevel struct { |
|
Id int64 `json:"id" description:""` |
|
UnitId int64 `json:"unitId" description:"账号Id"` |
|
Server int `json:"server" description:"区服"` |
|
Config int `json:"config" description:"配置Id"` |
|
}
|
|
|