|
@@ -10,9 +10,11 @@ import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalender.PayUserType;
|
|
|
import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalender.PaymentType;
|
|
|
import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalenderCourseSettings;
|
|
|
import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalenderStudentDetail;
|
|
|
+import com.ym.mec.common.entity.BaseEntity;
|
|
|
+
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
-public class MusicGroupPaymentCalenderDto {
|
|
|
+public class MusicGroupPaymentCalenderDto extends BaseEntity {
|
|
|
|
|
|
private String musicGroupId;
|
|
|
|