|
@@ -18,7 +18,7 @@ public class QuestionChildAddBo{
|
|
@ApiModelProperty("题目正文")
|
|
@ApiModelProperty("题目正文")
|
|
private String content;
|
|
private String content;
|
|
@ApiModelProperty("图片地址")
|
|
@ApiModelProperty("图片地址")
|
|
- private Long imgUrl;
|
|
|
|
|
|
+ private String imgUrl;
|
|
/** 类型 1单选 2多选 3判断题 4简答题 5案列题,子对象为案列时使用 */
|
|
/** 类型 1单选 2多选 3判断题 4简答题 5案列题,子对象为案列时使用 */
|
|
@ApiModelProperty("类型 1单选 2多选 3判断题 4简答题 5案列题,子对象为案列时使用 ")
|
|
@ApiModelProperty("类型 1单选 2多选 3判断题 4简答题 5案列题,子对象为案列时使用 ")
|
|
private Integer type;
|
|
private Integer type;
|