Browse Source

形成上报列表是加密的,还不能去掉realMobile、realIdCard

dev
yinzuomei 3 years ago
parent
commit
c15d7b8302
  1. 10
      epmet-user/epmet-user-client/src/main/java/com/epmet/dto/IcTripReportRecordDTO.java

10
epmet-user/epmet-user-client/src/main/java/com/epmet/dto/IcTripReportRecordDTO.java

@ -76,6 +76,11 @@ public class IcTripReportRecordDTO implements Serializable {
@ExcelProperty("手机号") @ExcelProperty("手机号")
private String mobile; private String mobile;
/**
* 真实手机号不打码
*/
private String realMobile;
/** /**
* 脱敏 * 脱敏
*/ */
@ -88,6 +93,11 @@ public class IcTripReportRecordDTO implements Serializable {
@ExcelProperty("身份证号") @ExcelProperty("身份证号")
private String idCard; private String idCard;
/**
* 真实身份证号
*/
private String realIdCard;
/** /**
* 脱敏 * 脱敏
*/ */

Loading…
Cancel
Save