101captain
2021-11-09 e7f03acfa5ee4ad4fd6d1ee9e9ae9a5655488f6d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussVO.java
@@ -109,13 +109,16 @@
    private BigDecimal imgWidth;
    @ApiModelProperty("单张图片高度")
    private BigDecimal heightWidth;
    private BigDecimal imgHeight;
    @ApiModelProperty("是否可重复投票(1.是 2.否)")
    private Integer isRepeat;
    @ApiModelProperty("每人票数")
    private Integer count;
    @ApiModelProperty("议事投票评论列表")
    private List<ComActDiscussCommentVO> discussCommentList;
    @ApiModelProperty("剩余可投票数")
    private Integer remainingVotes;
@@ -125,4 +128,12 @@
    @ApiModelProperty("已参与投票人数")
    private Integer votedPersonNum;
    /**
     * 类型 1 议事 2 投票
     */
    public interface type{
        int ys = 1;
        int tp = 2;
    }
}