字段修改

beetlsql3-dev
Mlxa0324 3 years ago
parent 50b00807e5
commit 883bf37c04

@ -40,7 +40,7 @@ public class TeacherOpenCourseQuestionLogQuery extends PageParam {
private Long userId; private Long userId;
private String teacherOpenCourseQuestionLogIdPlural; private String teacherOpenCourseQuestionLogIdPlural;
private String teacherOpenCourseQuestionLogFromIdPlural; private String resourcesQuestionSnapshotFromIdPlural;
private String resourcesQuestionSnapshotIdPlural; private String resourcesQuestionSnapshotIdPlural;
private String teacherOpenCourseQuestionLogStatusPlural; private String teacherOpenCourseQuestionLogStatusPlural;
private String studentIdPlural; private String studentIdPlural;
@ -140,12 +140,15 @@ public class TeacherOpenCourseQuestionLogQuery extends PageParam {
public void setTeacherOpenCourseQuestionLogIdPlural(String teacherOpenCourseQuestionLogIdPlural){ public void setTeacherOpenCourseQuestionLogIdPlural(String teacherOpenCourseQuestionLogIdPlural){
this.teacherOpenCourseQuestionLogIdPlural = teacherOpenCourseQuestionLogIdPlural; this.teacherOpenCourseQuestionLogIdPlural = teacherOpenCourseQuestionLogIdPlural;
} }
public String getTeacherOpenCourseQuestionLogFromIdPlural(){
return teacherOpenCourseQuestionLogFromIdPlural; public String getResourcesQuestionSnapshotFromIdPlural() {
return resourcesQuestionSnapshotFromIdPlural;
} }
public void setTeacherOpenCourseQuestionLogFromIdPlural(String teacherOpenCourseQuestionLogFromIdPlural){
this.teacherOpenCourseQuestionLogFromIdPlural = teacherOpenCourseQuestionLogFromIdPlural; public void setResourcesQuestionSnapshotFromIdPlural(String resourcesQuestionSnapshotFromIdPlural) {
this.resourcesQuestionSnapshotFromIdPlural = resourcesQuestionSnapshotFromIdPlural;
} }
public String getResourcesQuestionSnapshotIdPlural(){ public String getResourcesQuestionSnapshotIdPlural(){
return resourcesQuestionSnapshotIdPlural; return resourcesQuestionSnapshotIdPlural;
} }

Loading…
Cancel
Save