Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysUser ¶
type SysUser struct {
g.Meta `orm:"table:sys_user, do:true"`
Id interface{} //
Username interface{} //
Password interface{} //
Nickname interface{} //
Sex interface{} //
Status interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
SysUser is the golang structure of table sys_user for DAO operations like Where/Data.
Click to show internal directories.
Click to hide internal directories.