| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @auther lyq |
| | |
| | | */ |
| | | private Integer isRelease; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComActNeighborCircleCommentDO{" + "id=" + id + ", circleId=" + circleId + ", userId=" + userId |
| | | + ", content=" + content + ", userPhone=" + userPhone + ", fabulousNum=" + fabulousNum + ", status=" |
| | | + status + ", createAt=" + createAt + ", isRelease=" + isRelease + "}"; |
| | | } |
| | | |
| | | /** |
| | | * 是否是作者评论(1.是 2.否) |
| | | */ |
| | | public interface isRelease{ |
| | | public interface isRelease { |
| | | int yes = 1; |
| | | int no = 2; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComActNeighborCircleCommentDO{" + |
| | | "id=" + id + |
| | | ", circleId=" + circleId + |
| | | ", userId=" + userId + |
| | | ", content=" + content + |
| | | ", userPhone=" + userPhone + |
| | | ", fabulousNum=" + fabulousNum + |
| | | ", status=" + status + |
| | | ", createAt=" + createAt + |
| | | ", isRelease=" + isRelease + |
| | | "}"; |
| | | } |
| | | } |