Administrator
2025-07-18 4888ef96061e19769427bf52b0a644da7910331e
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;
}