mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 04:03:44 +08:00
发布v2.18.6版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -12,14 +12,14 @@ import (
|
||||
// SysEmsLog is the golang structure of table hg_sys_ems_log for DAO operations like Where/Data.
|
||||
type SysEmsLog struct {
|
||||
g.Meta `orm:"table:hg_sys_ems_log, do:true"`
|
||||
Id interface{} // 主键
|
||||
Event interface{} // 事件
|
||||
Email interface{} // 邮箱地址,多个用;隔开
|
||||
Code interface{} // 验证码
|
||||
Times interface{} // 验证次数
|
||||
Content interface{} // 邮件内容
|
||||
Ip interface{} // ip地址
|
||||
Status interface{} // 状态(1未验证,2已验证)
|
||||
Id any // 主键
|
||||
Event any // 事件
|
||||
Email any // 邮箱地址,多个用;隔开
|
||||
Code any // 验证码
|
||||
Times any // 验证次数
|
||||
Content any // 邮件内容
|
||||
Ip any // ip地址
|
||||
Status any // 状态(1未验证,2已验证)
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user