|
@@ -1,13 +1,12 @@
|
|
package com.ym.mec.biz.dal.page;
|
|
package com.ym.mec.biz.dal.page;
|
|
|
|
|
|
-import com.ym.mec.biz.dal.enums.YesOrNoEnum;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
|
|
+import java.util.List;
|
|
|
|
+
|
|
import com.ym.mec.biz.dal.enums.ClassGroupStudentStatusEnum;
|
|
import com.ym.mec.biz.dal.enums.ClassGroupStudentStatusEnum;
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
|
|
|
-import java.util.List;
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* @Author Joburgess
|
|
* @Author Joburgess
|
|
* @Date 2019/9/19
|
|
* @Date 2019/9/19
|
|
@@ -42,6 +41,8 @@ public class StudentManageQueryInfo extends QueryInfo {
|
|
private Integer serviceTag;
|
|
private Integer serviceTag;
|
|
|
|
|
|
private Integer operatingTag;
|
|
private Integer operatingTag;
|
|
|
|
+
|
|
|
|
+ private Integer teacherId;
|
|
|
|
|
|
public Integer getServiceTag() {
|
|
public Integer getServiceTag() {
|
|
return serviceTag;
|
|
return serviceTag;
|
|
@@ -138,4 +139,12 @@ public class StudentManageQueryInfo extends QueryInfo {
|
|
public void setIsActive(Boolean isActive) {
|
|
public void setIsActive(Boolean isActive) {
|
|
this.isActive = isActive;
|
|
this.isActive = isActive;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Integer getTeacherId() {
|
|
|
|
+ return teacherId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setTeacherId(Integer teacherId) {
|
|
|
|
+ this.teacherId = teacherId;
|
|
|
|
+ }
|
|
}
|
|
}
|