|
@@ -1,5 +1,6 @@
|
|
|
package com.ym.mec.biz.dal.page;
|
|
|
|
|
|
+import com.ym.mec.biz.dal.entity.MusicGroupStudentFee;
|
|
|
import com.ym.mec.biz.dal.enums.PaymentStatusEnum;
|
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
|
|
@@ -7,7 +8,7 @@ public class MusicCalenderDetailQueryInfo extends QueryInfo {
|
|
|
|
|
|
private Integer userId;
|
|
|
|
|
|
- private PaymentStatusEnum paymentStatus;
|
|
|
+ private MusicGroupStudentFee.PaymentStatus paymentStatus;
|
|
|
|
|
|
private Integer subjectId;
|
|
|
|
|
@@ -39,11 +40,11 @@ public class MusicCalenderDetailQueryInfo extends QueryInfo {
|
|
|
this.userId = userId;
|
|
|
}
|
|
|
|
|
|
- public PaymentStatusEnum getPaymentStatus() {
|
|
|
+ public MusicGroupStudentFee.PaymentStatus getPaymentStatus() {
|
|
|
return paymentStatus;
|
|
|
}
|
|
|
|
|
|
- public void setPaymentStatus(PaymentStatusEnum paymentStatus) {
|
|
|
+ public void setPaymentStatus(MusicGroupStudentFee.PaymentStatus paymentStatus) {
|
|
|
this.paymentStatus = paymentStatus;
|
|
|
}
|
|
|
|