src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiAllSocialVo.java @@ -18,5 +18,7 @@ private String name; @ApiModelProperty(value = "封面") private String indexFile; @ApiModelProperty(value = "点赞数量") private Integer likeCnt; }