|
@@ -44,8 +44,8 @@ public class QuestionQueryBo extends BaseEntity {
|
|
|
/** 题目正文 */
|
|
|
@ApiModelProperty("题目正文")
|
|
|
private String content;
|
|
|
- /** 类型 1单选 2多选 3判断题 4简答题 5案列题 */
|
|
|
- @ApiModelProperty("类型 1单选 2多选 3判断题 4简答题 5案列题")
|
|
|
+ /** 类型 1单选 2多选 3判断题 4案列题 5简答题*/
|
|
|
+ @ApiModelProperty("类型 1单选 2多选 3判断题 4案列题 5简答题")
|
|
|
private Integer type;
|
|
|
/** 答案 判断题1正确 0错误; 单选为数字; 多选数字用,拼接; 从1坐标开始; */
|
|
|
@ApiModelProperty("答案 判断题1正确 0错误; 单选为数字; 多选数字用,拼接; 从1坐标开始;")
|