Browse Source

基础配置

master
张彭杰 1 year ago
parent
commit
6c1ae20a82
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/request/UserPageWalletAccountRecordQueryParam.java

2
dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/walletaccount/user/request/UserPageWalletAccountRecordQueryParam.java

@ -6,7 +6,7 @@ import lombok.Data;
@Data
public class UserPageWalletAccountRecordQueryParam {
@ApiModelProperty("交易收益类型 1推荐 2平台服务费")
@ApiModelProperty("交易收益类型:101认证 102发布 103匹配 104推荐 201平台服务费")
private Integer tradeType;
}
Loading…
Cancel
Save