|
|
@ -29,7 +29,6 @@ public class UserPageEntrustServiceOrderByMatchmakerVo { |
|
|
private Long initiatorMiId; |
|
|
private Long initiatorMiId; |
|
|
|
|
|
|
|
|
@ApiModelProperty("发起人资料信息") |
|
|
@ApiModelProperty("发起人资料信息") |
|
|
@JsonSerialize(using = ToStringSerializer.class) |
|
|
|
|
|
private MarriageInformationVo initiatorMiInfo; |
|
|
private MarriageInformationVo initiatorMiInfo; |
|
|
|
|
|
|
|
|
@ApiModelProperty("目标用户标识") |
|
|
@ApiModelProperty("目标用户标识") |
|
|
@ -41,7 +40,6 @@ public class UserPageEntrustServiceOrderByMatchmakerVo { |
|
|
private Long targetMiId; |
|
|
private Long targetMiId; |
|
|
|
|
|
|
|
|
@ApiModelProperty("目标资料信息") |
|
|
@ApiModelProperty("目标资料信息") |
|
|
@JsonSerialize(using = ToStringSerializer.class) |
|
|
|
|
|
private MarriageInformationVo targetMiInfo; |
|
|
private MarriageInformationVo targetMiInfo; |
|
|
|
|
|
|
|
|
@ApiModelProperty("红娘标识") |
|
|
@ApiModelProperty("红娘标识") |
|
|
|