Administrator
2025-05-15 1fc8fde81cbf79ebe95e927f9099cf94c2ccc6e5
src/main/java/cc/mrbird/febs/mall/vo/ApiActivityOptionVo.java
@@ -17,6 +17,15 @@
    @ApiModelProperty(value = "票数")
    private Integer likesCnt;
    @ApiModelProperty(value = "名次")
    private Integer firstCnt;
    @ApiModelProperty(value = "距离上一名")
    private Integer distanceCnt;
    @ApiModelProperty(value = "投票人数")
    private Integer voteCnt;
    @ApiModelProperty(value = "封面头像")
    private String image;