diff --git a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByInitiatorVo.java b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByInitiatorVo.java index 7fd0d8a..fe63a82 100644 --- a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByInitiatorVo.java +++ b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByInitiatorVo.java @@ -29,7 +29,6 @@ public class UserPageEntrustServiceOrderByInitiatorVo { private Long targetMiId; @ApiModelProperty("目标资料信息") - @JsonSerialize(using = ToStringSerializer.class) private MarriageInformationVo targetMiInfo; @ApiModelProperty("红娘标识") diff --git a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByMatchmakerVo.java b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByMatchmakerVo.java index 4681d8f..ff77ccc 100644 --- a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByMatchmakerVo.java +++ b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByMatchmakerVo.java @@ -29,7 +29,6 @@ public class UserPageEntrustServiceOrderByMatchmakerVo { private Long initiatorMiId; @ApiModelProperty("发起人资料信息") - @JsonSerialize(using = ToStringSerializer.class) private MarriageInformationVo initiatorMiInfo; @ApiModelProperty("目标用户标识") @@ -41,7 +40,6 @@ public class UserPageEntrustServiceOrderByMatchmakerVo { private Long targetMiId; @ApiModelProperty("目标资料信息") - @JsonSerialize(using = ToStringSerializer.class) private MarriageInformationVo targetMiInfo; @ApiModelProperty("红娘标识")