|
|
@ -19,13 +19,13 @@ public class ExamRepoExtDTO extends ExamRepoDTO {
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "单选题总量", required=true)
|
|
|
|
@ApiModelProperty(value = "单选题总量")
|
|
|
|
private Integer totalRadio;
|
|
|
|
private Integer totalRadio;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "多选题总量", required=true)
|
|
|
|
@ApiModelProperty(value = "多选题总量")
|
|
|
|
private Integer totalMulti;
|
|
|
|
private Integer totalMulti;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "判断题总量", required=true)
|
|
|
|
@ApiModelProperty(value = "判断题总量")
|
|
|
|
private Integer totalJudge;
|
|
|
|
private Integer totalJudge;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|