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.
35 lines
1.9 KiB
35 lines
1.9 KiB
// ================================================================================= |
|
// Code generated by GoFrame CLI tool. DO NOT EDIT. |
|
// ================================================================================= |
|
|
|
package entity |
|
|
|
import ( |
|
"github.com/gogf/gf/v2/os/gtime" |
|
) |
|
|
|
// LoginLogoutInfoGm is the golang structure for table login_logout_info_gm. |
|
type LoginLogoutInfoGm struct { |
|
Id int64 `json:"id" description:""` |
|
Uid int64 `json:"uid" description:""` |
|
State int `json:"state" description:"1: 登录,2: 登出"` |
|
CDate *gtime.Time `json:"cDate" description:""` |
|
GameTime int `json:"gameTime" description:"游戏时间"` |
|
Scale int `json:"scale" description:"规模"` |
|
VillagerNum int `json:"villagerNum" description:"村民数量"` |
|
Prosperity int `json:"prosperity" description:"繁荣值"` |
|
Copper int `json:"copper" description:"铜币"` |
|
GoldIngot int `json:"goldIngot" description:"桃花石"` |
|
BaseFood int `json:"baseFood" description:"基础食物"` |
|
Day int `json:"day" description:"游戏天数"` |
|
Server int `json:"server" description:"区服"` |
|
VouchersNum int `json:"vouchersNum" description:""` |
|
RechargeTotal int `json:"rechargeTotal" description:""` |
|
StoreSum int `json:"storeSum" description:""` |
|
StoneAmount int `json:"stoneAmount" description:""` |
|
Item7307 int `json:"item7307" description:""` |
|
Item7315 int `json:"item7315" description:""` |
|
Item7316 int `json:"item7316" description:""` |
|
Item7319 int `json:"item7319" description:""` |
|
Item7312 int `json:"item7312" description:""` |
|
}
|
|
|