mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
clear:formatting code
This commit is contained in:
+3
-4
@@ -42,13 +42,13 @@ type SysUserId struct {
|
||||
type SysUserB struct {
|
||||
NickName string `gorm:"size:128" json:"nickName"` // 昵称
|
||||
Phone string `gorm:"size:11" json:"phone"` // 手机号
|
||||
RoleId int `gorm:"" json:"roleId"` // 角色编码
|
||||
RoleId int `gorm:"" json:"roleId"` // 角色编码
|
||||
Salt string `gorm:"size:255" json:"salt"` //盐
|
||||
Avatar string `gorm:"size:255" json:"avatar"` //头像
|
||||
Sex string `gorm:"size:255" json:"sex"` //性别
|
||||
Email string `gorm:"size:128" json:"email"` //邮箱
|
||||
DeptId int `gorm:"" json:"deptId"` //部门编码
|
||||
PostId int `gorm:"" json:"postId"` //职位编码
|
||||
DeptId int `gorm:"" json:"deptId"` //部门编码
|
||||
PostId int `gorm:"" json:"postId"` //职位编码
|
||||
CreateBy string `gorm:"size:128" json:"createBy"` //
|
||||
UpdateBy string `gorm:"size:128" json:"updateBy"` //
|
||||
Remark string `gorm:"size:255" json:"remark"` //备注
|
||||
@@ -59,7 +59,6 @@ type SysUserB struct {
|
||||
BaseModel
|
||||
}
|
||||
|
||||
|
||||
type SysUser struct {
|
||||
SysUserId
|
||||
SysUserB
|
||||
|
||||
Reference in New Issue
Block a user