|
@@ -1,5 +1,6 @@
|
|
|
package com.ym.mec.biz.dal.page;
|
|
|
|
|
|
+import com.ym.mec.biz.dal.enums.CourseViewTypeEnum;
|
|
|
import com.ym.mec.biz.dal.enums.MusicGroupStatusEnum;
|
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -34,6 +35,16 @@ public class MusicGroupQueryInfo extends QueryInfo {
|
|
|
|
|
|
private String searchType;
|
|
|
|
|
|
+ private CourseViewTypeEnum courseViewType;
|
|
|
+
|
|
|
+ public CourseViewTypeEnum getCourseViewType() {
|
|
|
+ return courseViewType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCourseViewType(CourseViewTypeEnum courseViewType) {
|
|
|
+ this.courseViewType = courseViewType;
|
|
|
+ }
|
|
|
+
|
|
|
public String getSearchType() {
|
|
|
return searchType;
|
|
|
}
|