|
|
|
@ -3,7 +3,7 @@ package com.ibeetl.jlw.web.query;
|
|
|
|
|
import cn.jlw.validate.ValidateConfig;
|
|
|
|
|
import com.ibeetl.admin.core.annotation.Query;
|
|
|
|
|
import com.ibeetl.admin.core.web.query.PageParam;
|
|
|
|
|
import com.ibeetl.jlw.entity.ResourcesQuestion;
|
|
|
|
|
import com.ibeetl.jlw.entity.TeacherOpenCourseMergeResourcesQuestion;
|
|
|
|
|
import com.ibeetl.jlw.entity.TeacherOpenCourseQuestionSetting;
|
|
|
|
|
import com.ibeetl.jlw.enums.ResourcesQuestionSnapshotFromTypeEnum;
|
|
|
|
|
import lombok.Data;
|
|
|
|
@ -67,7 +67,7 @@ public class TeacherOpenCourseQuestionSettingQuery extends PageParam {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 上传的题目ID,逗号隔开
|
|
|
|
|
* 对应{@link ResourcesQuestion#getResourcesQuestionId()} 集合
|
|
|
|
|
* 对应{@link TeacherOpenCourseMergeResourcesQuestion#getTeacherOpenCourseMergeCourseInfoId()} 集合
|
|
|
|
|
*/
|
|
|
|
|
@NotBlank(message = "题目ID集合不能为空!", groups = ValidateConfig.ADD.class)
|
|
|
|
|
private String resourcesQuestionIdPlural;
|
|
|
|
|