mitao
2024-07-17 e2659d65be6494f9f737cddcec8292ac39cc5c06
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 = "创建时间")