|
|
|
@ -85,6 +85,8 @@ public class ResourcesQuestionQuery extends PageParam {
|
|
|
|
|
|
|
|
|
|
private Date endTime;
|
|
|
|
|
|
|
|
|
|
private String sourceType;
|
|
|
|
|
|
|
|
|
|
public Long getCourseInfoId_0() {
|
|
|
|
|
return courseInfoId_0;
|
|
|
|
|
}
|
|
|
|
@ -325,4 +327,12 @@ public class ResourcesQuestionQuery extends PageParam {
|
|
|
|
|
public void setAddTypeText(String addTypeText) {
|
|
|
|
|
this.addTypeText = addTypeText;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getSourceType() {
|
|
|
|
|
return sourceType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setSourceType(String sourceType) {
|
|
|
|
|
this.sourceType = sourceType;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|