12 lines
518 B
Go
12 lines
518 B
Go
// =================================================================================
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
|
// =================================================================================
|
|
|
|
package entity
|
|
|
|
// GameMailUser is the golang structure for table game_mail_user.
|
|
type GameMailUser struct {
|
|
Uid int64 `json:"uid" orm:"uid" description:""` //
|
|
Mass string `json:"mass" orm:"mass" description:"群发邮件领取列表"` // 群发邮件领取列表
|
|
}
|