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.
|
|
|
// =================================================================================
|
|
|
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
|
|
|
// =================================================================================
|
|
|
|
|
|
|
|
package entity
|
|
|
|
|
|
|
|
// GameMail is the golang structure for table game_mail.
|
|
|
|
type GameMail struct {
|
|
|
|
Id string `json:"id" description:""`
|
|
|
|
ServerId int `json:"serverId" description:""`
|
|
|
|
CDate int64 `json:"cDate" description:""`
|
|
|
|
Form string `json:"form" description:""`
|
|
|
|
Type int `json:"type" description:""`
|
|
|
|
Expired int `json:"expired" description:""`
|
|
|
|
Validday int `json:"validday" description:""`
|
|
|
|
Time int64 `json:"time" description:""`
|
|
|
|
NewGet int `json:"newGet" description:""`
|
|
|
|
Title string `json:"title" description:""`
|
|
|
|
Content string `json:"content" description:""`
|
|
|
|
Drop string `json:"drop" description:""`
|
|
|
|
OwnerId string `json:"ownerId" description:""`
|
|
|
|
Send int `json:"send" description:""`
|
|
|
|
}
|