Administrator
2026-03-18 a1c985a6c5a5b2d681ec55c2bf6c5128cc399b65
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;