|
@@ -4,6 +4,7 @@ import com.ym.mec.biz.dal.entity.CourseSchedule;
|
|
|
import com.ym.mec.biz.dal.enums.ClassGroupTypeEnum;
|
|
|
import com.ym.mec.biz.dal.enums.CourseStatusEnum;
|
|
|
import com.ym.mec.biz.dal.enums.GroupType;
|
|
|
+import com.ym.mec.biz.dal.enums.TeachModeEnum;
|
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
@@ -60,8 +61,19 @@ public class EndCourseScheduleQueryInfo extends QueryInfo {
|
|
|
@ApiModelProperty(value = "教学点编号")
|
|
|
private Integer schoolId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "上课模式")
|
|
|
+ private TeachModeEnum teachMode;
|
|
|
+
|
|
|
private boolean isExport = false;
|
|
|
|
|
|
+ public TeachModeEnum getTeachMode() {
|
|
|
+ return teachMode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTeachMode(TeachModeEnum teachMode) {
|
|
|
+ this.teachMode = teachMode;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getIsCallNames() {
|
|
|
return isCallNames;
|
|
|
}
|