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; }