|
@@ -2,6 +2,7 @@ package com.zhongzheng.modules.user.vo;
|
|
|
|
|
|
|
|
import com.zhongzheng.common.annotation.Excel;
|
|
import com.zhongzheng.common.annotation.Excel;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
+import com.zhongzheng.common.utils.TelPhoneUtils;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
@@ -112,4 +113,9 @@ public class UserVo {
|
|
|
private Integer certified;
|
|
private Integer certified;
|
|
|
@ApiModelProperty("人脸认证时间")
|
|
@ApiModelProperty("人脸认证时间")
|
|
|
private Long certifiedTime;
|
|
private Long certifiedTime;
|
|
|
|
|
+
|
|
|
|
|
+ public void setNull(){
|
|
|
|
|
+ this.setOpenId(null);
|
|
|
|
|
+ this.setTelphone(TelPhoneUtils.hideTelPhone(this.getTelphone()));
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|