linwei
2024-01-17 4ec472d8828e34fbcfb3990451d059e486b7d5ea
src/main/java/org/springblade/modules/article/vo/ArticleCommentVO.java
@@ -3,7 +3,6 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springblade.modules.article.entity.Article;
import org.springblade.modules.article.entity.ArticleCommentEntity;
/**
@@ -26,4 +25,7 @@
   @ApiModelProperty(value = "昵称")
   private String name;
   @ApiModelProperty(value = "头像")
   private String avatar;
}