huanghongfa
2021-08-21 2e64c232ab6b51b2cecf1ee96e1e9b709234f326
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussCommentVO.java
@@ -65,7 +65,7 @@
    private Integer num;
    @ApiModelProperty("是否点赞 1 是 0 否")
    private Integer haveSign;
    private Integer haveSign = 0;
    @ApiModelProperty("回复内容")
    private String commentBack;
@@ -77,4 +77,7 @@
    @ApiModelProperty("二级评论集合")
    private List<ComActDiscussCommentVO> comActDiscussCommentVOList;
    @ApiModelProperty("评论人用户类型(1.小程序用户(其他均为后台用户))")
    private Integer userType;
}