huanghongfa
2021-08-10 eade939e7c8441ad9d5b16a0e7bf1a491b586cf7
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleCommentDO.java
@@ -66,6 +66,14 @@
     */
    private Integer isRelease;
    /**
     * 是否是作者评论(1.是 2.否)
     */
    public interface isRelease{
        int yes = 1;
        int no = 2;
    }
    @Override
    public String toString() {
        return "ComActNeighborCircleCommentDO{" +