去除菜单权限的create_by字段
This commit is contained in:
parent
42d34ccd59
commit
24423bf7d4
|
@ -57,10 +57,6 @@ public class IamFrontendPermission extends BaseEntity {
|
|||
@TableField
|
||||
private Long sortId;
|
||||
|
||||
// 创建人
|
||||
@TableField()
|
||||
private Long createBy;
|
||||
|
||||
// 更新时间
|
||||
@TableField(insertStrategy = FieldStrategy.NEVER, updateStrategy = FieldStrategy.NOT_NULL)
|
||||
private Date updateTime;
|
||||
|
|
Loading…
Reference in New Issue