Administrator
14 hours ago ccee7a8d88b708557f2e2aa9eeb4a5280cd328c7
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;
}