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