Administrator
2026-02-12 a325c295cc5c0943d9345cd3868164dc5e90eace
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;