|
@@ -5,6 +5,7 @@ import com.ym.mec.biz.dal.enums.*;
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
+import lombok.Data;
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
@@ -12,6 +13,7 @@ import java.util.Date;
|
|
* @Author Joburgess
|
|
* @Author Joburgess
|
|
* @Date 2019/12/27
|
|
* @Date 2019/12/27
|
|
*/
|
|
*/
|
|
|
|
+@Data
|
|
public class EndCourseScheduleQueryInfo extends QueryInfo {
|
|
public class EndCourseScheduleQueryInfo extends QueryInfo {
|
|
|
|
|
|
@ApiModelProperty(value = "部门编号列表")
|
|
@ApiModelProperty(value = "部门编号列表")
|
|
@@ -106,267 +108,6 @@ public class EndCourseScheduleQueryInfo extends QueryInfo {
|
|
@ApiModelProperty(value = "是否云教练课程")
|
|
@ApiModelProperty(value = "是否云教练课程")
|
|
private Integer memberFlag;
|
|
private Integer memberFlag;
|
|
|
|
|
|
- public Integer getStudentId() {
|
|
|
|
- return studentId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStudentId(Integer studentId) {
|
|
|
|
- this.studentId = studentId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getMemberFlag() {
|
|
|
|
- return memberFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setMemberFlag(Integer memberFlag) {
|
|
|
|
- this.memberFlag = memberFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getEducationUserId() {
|
|
|
|
- return educationUserId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setEducationUserId(Integer educationUserId) {
|
|
|
|
- this.educationUserId = educationUserId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Boolean getHasDealTime() {
|
|
|
|
- return hasDealTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setHasDealTime(Boolean hasDealTime) {
|
|
|
|
- this.hasDealTime = hasDealTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getCourseIdSearch() {
|
|
|
|
- return courseIdSearch;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCourseIdSearch(Long courseIdSearch) {
|
|
|
|
- this.courseIdSearch = courseIdSearch;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getSearchType() {
|
|
|
|
- return searchType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSearchType(String searchType) {
|
|
|
|
- this.searchType = searchType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getMergeCourseType() {
|
|
|
|
- return mergeCourseType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setMergeCourseType(String mergeCourseType) {
|
|
|
|
- this.mergeCourseType = mergeCourseType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public TeachModeEnum getTeachMode() {
|
|
|
|
- return teachMode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTeachMode(TeachModeEnum teachMode) {
|
|
|
|
- this.teachMode = teachMode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getIsCallNames() {
|
|
|
|
- return isCallNames;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setIsCallNames(Integer isCallNames) {
|
|
|
|
- this.isCallNames = isCallNames;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public boolean getIsExport() {
|
|
|
|
- return isExport;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setIsExport(boolean export) {
|
|
|
|
- isExport = export;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getSchoolId() {
|
|
|
|
- return schoolId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSchoolId(Integer schoolId) {
|
|
|
|
- this.schoolId = schoolId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getStudentName() {
|
|
|
|
- return studentName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStudentName(String studentName) {
|
|
|
|
- this.studentName = studentName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getTeacherName() {
|
|
|
|
- return teacherName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTeacherName(String teacherName) {
|
|
|
|
- this.teacherName = teacherName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public ClassGroupTypeEnum getClassGroupType() {
|
|
|
|
- return classGroupType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setClassGroupType(ClassGroupTypeEnum classGroupType) {
|
|
|
|
- this.classGroupType = classGroupType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public CourseStatusEnum getCourseStatus() {
|
|
|
|
- return courseStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCourseStatus(CourseStatusEnum courseStatus) {
|
|
|
|
- this.courseStatus = courseStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public CourseSchedule.CourseScheduleType getCourseType() {
|
|
|
|
- return courseType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCourseType(CourseSchedule.CourseScheduleType courseType) {
|
|
|
|
- this.courseType = courseType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Date getStartTime() {
|
|
|
|
- return startTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStartTime(Date startTime) {
|
|
|
|
- this.startTime = startTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Date getEndTime() {
|
|
|
|
- return endTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setEndTime(Date endTime) {
|
|
|
|
- this.endTime = endTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getOrganIdList() {
|
|
|
|
- return organIdList;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrganIdList(String organIdList) {
|
|
|
|
- this.organIdList = organIdList;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getStudentIdList() {
|
|
|
|
- return studentIdList;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStudentIdList(String studentIdList) {
|
|
|
|
- this.studentIdList = studentIdList;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getTeacherIdList() {
|
|
|
|
- return teacherIdList;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTeacherIdList(String teacherIdList) {
|
|
|
|
- this.teacherIdList = teacherIdList;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public GroupType getGroupType() {
|
|
|
|
- return groupType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGroupType(GroupType groupType) {
|
|
|
|
- this.groupType = groupType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGroupId() {
|
|
|
|
- return groupId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGroupId(String groupId) {
|
|
|
|
- this.groupId = groupId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getClassGroupId() {
|
|
|
|
- return classGroupId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setClassGroupId(Integer classGroupId) {
|
|
|
|
- this.classGroupId = classGroupId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Date getCreateStartDate() {
|
|
|
|
- return createStartDate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCreateStartDate(Date createStartDate) {
|
|
|
|
- this.createStartDate = createStartDate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Date getCreateEndDate() {
|
|
|
|
- return createEndDate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCreateEndDate(Date createEndDate) {
|
|
|
|
- this.createEndDate = createEndDate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public TeachTypeEnum getTeachType() {
|
|
|
|
- return teachType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTeachType(TeachTypeEnum teachType) {
|
|
|
|
- this.teachType = teachType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGenerateStartTime() {
|
|
|
|
- return generateStartTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGenerateStartTime(String generateStartTime) {
|
|
|
|
- this.generateStartTime = generateStartTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getGenerateEndTime() {
|
|
|
|
- return generateEndTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setGenerateEndTime(String generateEndTime) {
|
|
|
|
- this.generateEndTime = generateEndTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getDealStartTime() {
|
|
|
|
- return dealStartTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDealStartTime(String dealStartTime) {
|
|
|
|
- this.dealStartTime = dealStartTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getDealEndTime() {
|
|
|
|
- return dealEndTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDealEndTime(String dealEndTime) {
|
|
|
|
- this.dealEndTime = dealEndTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getStartClassTimeStr() {
|
|
|
|
- return startClassTimeStr;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStartClassTimeStr(String startClassTimeStr) {
|
|
|
|
- this.startClassTimeStr = startClassTimeStr;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getEndClassTimeStr() {
|
|
|
|
- return endClassTimeStr;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setEndClassTimeStr(String endClassTimeStr) {
|
|
|
|
- this.endClassTimeStr = endClassTimeStr;
|
|
|
|
- }
|
|
|
|
|
|
+ @ApiModelProperty(value = "是否有助教")
|
|
|
|
+ private Boolean hasTeaching;
|
|
}
|
|
}
|