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.

18 lines
705 B

// =================================================================================
// 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:""`
Server int `json:"server" description:"区服"`
Uid int64 `json:"uid" description:"账号id"`
PeriodId int `json:"periodId" description:"战令期数"`
CDate *gtime.Time `json:"cDate" description:"创建时间"`
}