|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.model.platform;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.annotation.AnnoOutputColumn;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
@ -39,12 +41,13 @@ public class AccountExportModel implements Serializable {
|
|
|
|
|
@ApiModelProperty(value ="部门名称" , access ="部门名称")
|
|
|
|
|
private String departmentNameRdd;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "登录次数", example = "0")
|
|
|
|
|
@ApiModelProperty(value = "登录次数", example = "0")
|
|
|
|
|
private Integer userLoginNum;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "账号最后登录时间")
|
|
|
|
|
@ApiModelProperty(value = "账号最后登录时间")
|
|
|
|
|
private String userLoginLastDateTime;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "账号状态(枚举:1正常,2冻结使用,3账号异常,4离职,5服务到期)", example = "-1")
|
|
|
|
|
@ApiModelProperty(value ="账号状态" , example ="-1")
|
|
|
|
|
@AnnoOutputColumn(refClass = CommonEnumUtil.USER_STATUS.class)
|
|
|
|
|
private Integer userStatus;
|
|
|
|
|
}
|
|
|
|
|