实现角色接口增删改查
This commit is contained in:
@ -20,4 +20,5 @@ type Roles struct {
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
IsDeletable interface{} // 是否可删除:0=不可删除,1=可删除
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user