refactor(core): 支持用户密码过期

commit1 21.4.7
yun-zuoyi
wynne1005 4 years ago
parent 5b003a613b
commit afc0138e83

@ -64,6 +64,10 @@ public class SysUser extends BaseBean {
@JsonSerialize(using = ToStringSerializer.class)
private Long userLoginPasswordId;
@Column(name = "USER_PASSWORD_LAST_MODIFY_TIME")
@ApiParam(value = "用户最后一次修改密码时间")
private String userPasswordLastModifyTime;
@Column(name = "USER_TYPE")
@ApiParam(value = "账号类型(枚举,待定)", example = "-1")
private Integer userType;

Loading…
Cancel
Save