|
@@ -58,17 +58,17 @@ public class MusicAlbumSearch extends QueryInfo{
|
|
private Long musicId;
|
|
private Long musicId;
|
|
|
|
|
|
@ApiModelProperty(value = "收费类型(FREE:免费;VIP:会员;CHARGE:单曲收费)")
|
|
@ApiModelProperty(value = "收费类型(FREE:免费;VIP:会员;CHARGE:单曲收费)")
|
|
- private ChargeTypeEnum chargeType; //收费类型(0:免费;1:会员;2:单曲收费)
|
|
|
|
|
|
+ private ChargeTypeEnum paymentType; //收费类型(0:免费;1:会员;2:单曲收费)
|
|
|
|
|
|
@ApiModelProperty(hidden = true)
|
|
@ApiModelProperty(hidden = true)
|
|
private List<Long> subjectIdList;
|
|
private List<Long> subjectIdList;
|
|
|
|
|
|
- public ChargeTypeEnum getChargeType() {
|
|
|
|
- return chargeType;
|
|
|
|
|
|
+ public ChargeTypeEnum getPaymentType() {
|
|
|
|
+ return paymentType;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setChargeType(ChargeTypeEnum chargeType) {
|
|
|
|
- this.chargeType = chargeType;
|
|
|
|
|
|
+ public void setPaymentType(ChargeTypeEnum paymentType) {
|
|
|
|
+ this.paymentType = paymentType;
|
|
}
|
|
}
|
|
|
|
|
|
public Long getUserId() {
|
|
public Long getUserId() {
|