去除菜单权限的create_by字段

This commit is contained in:
Zhaoyang 2020-03-18 20:25:56 +08:00
parent 42d34ccd59
commit 24423bf7d4
1 changed files with 0 additions and 4 deletions

View File

@ -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;