|
@@ -91,6 +91,16 @@ public class EndCourseScheduleQueryInfo extends QueryInfo {
|
|
|
|
|
|
private Boolean hasDealTime;
|
|
|
|
|
|
+ private Integer educationUserId;
|
|
|
+
|
|
|
+ public Integer getEducationUserId() {
|
|
|
+ return educationUserId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEducationUserId(Integer educationUserId) {
|
|
|
+ this.educationUserId = educationUserId;
|
|
|
+ }
|
|
|
+
|
|
|
public Boolean getHasDealTime() {
|
|
|
return hasDealTime;
|
|
|
}
|