删除无用字段 deleteFlag

This commit is contained in:
liuchengqian 2023-02-14 11:36:15 +08:00
parent fefe8c61fc
commit 392a4ca6da

View File

@ -52,9 +52,6 @@ public class SysUserEntity implements Serializable {
@Column(nullable = false)
private String addTime;
@Column(nullable = false)
private Integer deleteFlag;
private String lastEntryIp;
/**