|
|
|
@ -60,6 +60,24 @@ public class UserPageTargetMarriageInformationContactApplyVo { |
|
|
|
@ApiModelProperty("电话") |
|
|
|
private String phone; |
|
|
|
|
|
|
|
@ApiModelProperty("学历编码") |
|
|
|
private Integer educationCode; |
|
|
|
|
|
|
|
@ApiModelProperty("学历中文") |
|
|
|
private String education; |
|
|
|
|
|
|
|
@ApiModelProperty("收入编码") |
|
|
|
private Integer incomeCode; |
|
|
|
|
|
|
|
@ApiModelProperty("收入中文") |
|
|
|
private String income; |
|
|
|
|
|
|
|
@ApiModelProperty("行业编码") |
|
|
|
private Integer industryCode; |
|
|
|
|
|
|
|
@ApiModelProperty("行业中文") |
|
|
|
private String industry; |
|
|
|
|
|
|
|
@ApiModelProperty("状态") |
|
|
|
private MarriageInformationContactApplyStatusEnum status; |
|
|
|
|
|
|
|
|