// ================================================================================= // 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"` }