Browse Source

Merge pull request #546 from songzhibin97/gva_gormv2_dev

Gva gormv2 dev
main
奇淼(piexlmax 3 years ago
committed by GitHub
parent
commit
110e1ed2ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/model/sys_user.go

2
server/model/sys_user.go

@ -2,6 +2,7 @@ package model
import (
"gin-vue-admin/global"
"github.com/satori/go.uuid"
)
@ -14,4 +15,5 @@ type SysUser struct {
HeaderImg string `json:"headerImg" gorm:"default:http://qmplusimg.henrongyi.top/head.png;comment:用户头像"` // 用户头像
Authority SysAuthority `json:"authority" gorm:"foreignKey:AuthorityId;references:AuthorityId;comment:用户角色"`
AuthorityId string `json:"authorityId" gorm:"default:888;comment:用户角色ID"` // 用户角色ID
Theme string `json:"theme" gorm:"default:{\"theme\":\"#1890ff\",\"sideMode\":\"dark\"};comment:用户配置信息"`
}
Loading…
Cancel
Save