|
|
@ -42,7 +42,10 @@ public class VaccinationListResultDTO implements Serializable { |
|
|
|
* 真实手机号 |
|
|
|
*/ |
|
|
|
private String realMobile; |
|
|
|
|
|
|
|
/** |
|
|
|
* 脱敏详情用 |
|
|
|
*/ |
|
|
|
private String showMobile; |
|
|
|
/** |
|
|
|
* 身份证 |
|
|
|
*/ |
|
|
@ -52,6 +55,10 @@ public class VaccinationListResultDTO implements Serializable { |
|
|
|
* 真实的身份证 |
|
|
|
*/ |
|
|
|
private String realIdCard; |
|
|
|
/** |
|
|
|
* 脱敏详情用 |
|
|
|
*/ |
|
|
|
private String showIdCard; |
|
|
|
|
|
|
|
private String sex; |
|
|
|
|
|
|
|