feat:完善入驻信息管理
This commit is contained in:
@ -4,8 +4,8 @@ type SysUserTenant struct {
|
||||
Model
|
||||
ModelTenant
|
||||
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
|
||||
Department string `gorm:"column:department;type:varchar(100);default:null;comment:部门信息" json:"department"`
|
||||
Role string `gorm:"column:role;type:varchar(100);default:null;comment:角色信息" json:"role"`
|
||||
Department string `gorm:"column:department;type:varchar(100);default:'';comment:部门信息" json:"department"`
|
||||
Role string `gorm:"column:role;type:varchar(100);default:'';comment:角色信息" json:"role"`
|
||||
Identity SysUserTenantIdentity `gorm:"column:identity;type:tinyint(1);default:0;comment:用户身份(1:管理员,2:用户)" json:"-"`
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
|
Reference in New Issue
Block a user