// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // ServerBattlePass is the golang structure for table server_battle_pass. type ServerBattlePass struct { Id int64 `json:"id" description:""` Uid int64 `json:"uid" description:"账号id"` Server int `json:"server" description:"区服"` PeriodId int `json:"periodId" description:"战令期数"` CDate *gtime.Time `json:"cDate" description:"创建时间"` }