We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40c600b + 6c55c48 commit dfdc6edCopy full SHA for dfdc6ed
server/model/system/request/sys_user.go
@@ -56,7 +56,6 @@ type ChangeUserInfo struct {
56
AuthorityIds []uint `json:"authorityIds" gorm:"-"` // 角色ID
57
Email string `json:"email" gorm:"comment:用户邮箱"` // 用户邮箱
58
HeaderImg string `json:"headerImg" gorm:"default:https://qmplusimg.henrongyi.top/gva_header.jpg;comment:用户头像"` // 用户头像
59
- SideMode string `json:"sideMode" gorm:"comment:用户侧边主题"` // 用户侧边主题
60
Enable int `json:"enable" gorm:"comment:冻结用户"` //冻结用户
61
Authorities []system.SysAuthority `json:"-" gorm:"many2many:sys_user_authority;"`
62
}
0 commit comments