mitao
2025-03-14 392b42c4891cf2e6beda57ab32c51598f290f4b7
ruoyi-modules/ruoyi-article/src/main/java/com/ruoyi/article/controller/forepart/vo/MemberArticleCollectionVO.java
@@ -11,7 +11,7 @@
@Data
public class MemberArticleCollectionVO {
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "收藏目标id")
    private Long targetId;
@@ -37,7 +37,7 @@
    @ApiModelProperty(value = "头像")
    private String memberAvatar;
    @ApiModelProperty("是否收藏 1收藏, 2 未收藏")
    @ApiModelProperty("是否收藏 1未收藏, 2 收藏")
    private Integer isCollect;
    @ApiModelProperty(value = "创建时间")