Browse Source

委托服务费用

master
张彭杰 3 weeks ago
parent
commit
a7f2ff1515
2 changed files with 0 additions and 3 deletions
  1. 1
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByInitiatorVo.java
  2. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/eso/user/response/UserPageEntrustServiceOrderByMatchmakerVo.java

1
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("红娘标识")

2
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("红娘标识")

Loading…
Cancel
Save