feat:考试详情

pg_adapter
wangxy 9 months ago
parent eee6e39bab
commit ba5745bcd3

@ -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;
} }

Loading…
Cancel
Save