From a7f2ff151532543543ae5be310314466791a1961 Mon Sep 17 00:00:00 2001 From: Derran Date: Tue, 10 Mar 2026 19:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E6=9C=8D=E5=8A=A1=E8=B4=B9?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/response/UserPageEntrustServiceOrderByInitiatorVo.java | 1 - .../response/UserPageEntrustServiceOrderByMatchmakerVo.java | 2 -- 2 files changed, 3 deletions(-) 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("红娘标识")