|
|
|
@ -66,6 +66,18 @@ public class UserPageApplicantMarriageInformationContactApplyVo { |
|
|
|
@ApiModelProperty("电话") |
|
|
|
private String phone; |
|
|
|
|
|
|
|
@ApiModelProperty("学历编码") |
|
|
|
private Integer educationCode; |
|
|
|
|
|
|
|
@ApiModelProperty("学历中文") |
|
|
|
private String education; |
|
|
|
|
|
|
|
@ApiModelProperty("收入编码") |
|
|
|
private Integer incomeCode; |
|
|
|
|
|
|
|
@ApiModelProperty("收入中文") |
|
|
|
private String income; |
|
|
|
|
|
|
|
@ApiModelProperty("创建时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private LocalDateTime createTime; |
|
|
|
|