huanghongfa
2021-07-28 04ee9afc3f33f48327e360be965f882ffd2c16be
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussOptionVO.java
@@ -25,10 +25,16 @@
    @ApiModelProperty("选项内容")
    private String optionContent;
    @ApiModelProperty("选项图片url")
    private String optionUrl;
    @ApiModelProperty("create_at")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createAt;
    @ApiModelProperty("投票数量")
    private Integer num;
    @ApiModelProperty("是否已经投票 1 是 0 否")
    private Integer haveVote;
}