From 3ca7f722f25c1908bc4588c75dbde1f56a8d9877 Mon Sep 17 00:00:00 2001
From: DESKTOP-71BH0QO\L、ming <172680469@qq.com>
Date: 星期五, 26 三月 2021 10:08:46 +0800
Subject: [PATCH] Merge branch 'master' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussCommentVO.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussCommentVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussCommentVO.java
index 8799c1b..43163ec 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussCommentVO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussCommentVO.java
@@ -6,6 +6,7 @@
 import lombok.Data;
 
 import java.util.Date;
+import java.util.List;
 
 /**
  * @program: springcloud_k8s_panzhihuazhihuishequ
@@ -44,11 +45,20 @@
     @ApiModelProperty("评论人名字")
     private String userName;
 
+    @ApiModelProperty("回复人名字")
+    private String userNameBack;
+
     @ApiModelProperty("评论人手机号")
     private String phone;
 
+    @ApiModelProperty("评论人头像")
+    private String imageUrl;
+
     @ApiModelProperty("点赞数量")
     private Integer num;
+
+    @ApiModelProperty("是否点赞 1 是 0 否")
+    private Integer haveSign;
 
     @ApiModelProperty("回复内容")
     private String commentBack;
@@ -56,4 +66,8 @@
     @ApiModelProperty("回复时间")
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date timeBack;
+
+    @ApiModelProperty("二级评论集合")
+    private List<ComActDiscussCommentVO> comActDiscussCommentVOList;
+
 }

--
Gitblit v1.7.1