Administrator
2025-05-22 f4297e7b0fbe68c528a4a16ecff3edcdb0cb8ba3
src/main/java/cc/mrbird/febs/mall/vo/activity/ApiScInfoVo.java
@@ -33,4 +33,13 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createdTime;
    @ApiModelProperty(value = "点赞数")
    private Integer zanCnt;
    @ApiModelProperty(value = "关注数")
    private Integer followCnt;
    @ApiModelProperty(value = "转发数")
    private Integer sendCnt;
}