Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { gorm.Model Username string `gorm:"type:varchar(20);not null " json:"username" validate:"required,min=2,max=12" label:"用户名"` Password string `gorm:"type:varchar(500);not null" json:"password" validate:"required,min=6,max=120" label:"密码"` Role int `gorm:"type:int;DEFAULT:2" json:"role" validate:"required,gte=2" label:"角色码"` }
func CheckLoginFront ¶
CheckLoginFront 前台登录
Click to show internal directories.
Click to hide internal directories.