huanghongfa
2021-07-09 1cf6910b20fd62a90fc30e53d2c9bf50c8ea37df
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActQuestnaireSubSelectionVO.java
@@ -15,7 +15,7 @@
    private String optionName;
    @ApiModelProperty("选项内容")
    private String content;
    @ApiModelProperty("选项类型 0单选1多选2问答题")
    private String type;
    @ApiModelProperty("选项类型 0 固定选项 1 自定义选项")
    private Integer type;
}