// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // GameShopLog is the golang structure for table game_shop_log. type GameShopLog struct { Id int64 `json:"id" description:""` Uid int64 `json:"uid" description:""` ItemId int `json:"itemId" description:""` Num int `json:"num" description:""` Price int `json:"price" description:"价格"` CDate *gtime.Time `json:"cDate" description:""` ServerId int `json:"serverId" description:""` }