feat:完善项目
This commit is contained in:
@ -2,7 +2,6 @@ package model
|
||||
|
||||
type SysUserRole struct {
|
||||
Model
|
||||
ModelTenant
|
||||
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
|
||||
RoleID uint64 `gorm:"column:role_id;type:int;default:0;comment:角色ID" json:"-"`
|
||||
ModelDeleted
|
||||
|
Reference in New Issue
Block a user