|
|
|
@@ -45,7 +45,7 @@ public class WxQuestionOneselfTopic extends TenantEntity { |
|
|
|
} |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="答案数组",name="answer") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="答案数组",name="answers") |
|
|
|
private List<Map<String,Object>> answers; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "类型(1:单选,2:多选)", name = "type") |
|
|
|
|