代码拉取完成,页面将自动刷新
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. Created at 2024-08-19 14:37:15
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// UserDetail is the golang structure for table user_detail.
type UserDetail struct {
UserId uint `json:"user_id" description:"用户ID"` // 用户ID
Sex uint `json:"sex" description:"性别:0男,1女"` // 性别:0男,1女
Birthday *gtime.Time `json:"birthday" description:"生日"` // 生日
PwdHash string `json:"pwd_hash" description:"密码hash值"` // 密码hash值
PwdSalt string `json:"pwd_salt" description:"加密盐"` // 加密盐
Avatar string `json:"avatar" description:"头像"` // 头像
AttachId string `json:"attach_id" description:"附件ID"` // 附件ID
RegIp string `json:"reg_ip" description:"注册IP"` // 注册IP
RegIpLocation string `json:"reg_ip_location" description:"注册归属地"` // 注册归属地
LoginIp string `json:"login_ip" description:"登录IP"` // 登录IP
LoginIpLocation string `json:"login_ip_location" description:"登录归属地"` // 登录归属地
LogoutAt *gtime.Time `json:"logout_at" description:"注销时间"` // 注销时间
SignNum uint `json:"sign_num" description:"签到总数"` // 签到总数
ConSign uint `json:"con_sign" description:"连续签到时间"` // 连续签到时间
UpdateAt *gtime.Time `json:"update_at" description:"更新时间"` // 更新时间
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。