|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.ibeetl.jlw.entity.dto;
|
|
|
|
|
|
|
|
|
|
import cn.jlw.validate.ValidateConfig;
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
|
|
|
|
import com.ibeetl.admin.core.web.query.PageParam;
|
|
|
|
|
import com.ibeetl.jlw.enums.ResourcesQuestionSnapshotFromTypeEnum;
|
|
|
|
@ -27,11 +26,12 @@ public class GeneralQuestionTestSimpleInfoDTO extends PageParam {
|
|
|
|
|
/**
|
|
|
|
|
* 系统的 课程父ID
|
|
|
|
|
*/
|
|
|
|
|
@NotNull(message = "课程父ID不能为空!")
|
|
|
|
|
private Long courseInfoParentId;
|
|
|
|
|
/**
|
|
|
|
|
* 题目配置类型
|
|
|
|
|
*/
|
|
|
|
|
@NotNull(message = "题目配置类型不能为空!", groups = ValidateConfig.ADD.class)
|
|
|
|
|
@NotNull(message = "题目配置类型不能为空!")
|
|
|
|
|
private ResourcesQuestionSnapshotFromTypeEnum generalQuestionSettingType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|