|
@@ -12,6 +12,7 @@ import com.nb.core.entity.TenantGenericEntity;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
import com.nb.core.enums.SexEnum;
|
|
import com.nb.core.enums.SexEnum;
|
|
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
import lombok.Getter;
|
|
import lombok.Getter;
|
|
|
|
|
|
|
@@ -204,6 +205,10 @@ public class SysUser extends TenantGenericEntity<Long,Long> {
|
|
|
@TableField
|
|
@TableField
|
|
|
private Boolean pswNeedReset;
|
|
private Boolean pswNeedReset;
|
|
|
|
|
|
|
|
|
|
+ @TableField
|
|
|
|
|
+ @ApiModelProperty("最后修改密码时间")
|
|
|
|
|
+ private Date lastModifyPswTime;
|
|
|
|
|
+
|
|
|
@Getter
|
|
@Getter
|
|
|
@TableField(value = "tenant_id",insertStrategy = FieldStrategy.NEVER,updateStrategy = FieldStrategy.NEVER,typeHandler = TenantNameHandler.class)
|
|
@TableField(value = "tenant_id",insertStrategy = FieldStrategy.NEVER,updateStrategy = FieldStrategy.NEVER,typeHandler = TenantNameHandler.class)
|
|
|
private String tenantName;
|
|
private String tenantName;
|