删除无用字段 lastEntryIp

This commit is contained in:
liuchengqian 2023-02-14 11:44:40 +08:00
parent 392a4ca6da
commit 3ad0a99e8c

View File

@ -52,8 +52,6 @@ public class SysUserEntity implements Serializable {
@Column(nullable = false)
private String addTime;
private String lastEntryIp;
/**
* 账号到期的时间
*/