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.

22 lines
792 B

// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)
// GameRegister is the golang structure of table game_register for DAO operations like Where/Data.
type GameRegister struct {
g.Meta `orm:"table:game_register, do:true"`
Id interface{} //
Account interface{} //
Channel interface{} // 渠道:0-无,
CreateTime *gtime.Time // 账号创建时间
CreateType interface{} // 创建:1-账密,2-qq,3-微信,4-gm,
Platform interface{} // 类型:1-android,2-ios,3-gm,
Server interface{} //
}