huanghongfa
2020-12-10 f76377ffd111434d90c5aaf5507cd33a982d4aa6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java
@@ -29,12 +29,6 @@
     * 标题
     */
    private String title;
    /**
     * 阅读数
     */
    private Integer readNum;
    /**
     * 状态
     */
@@ -63,4 +57,8 @@
     * 社区id
     */
    private Long communityId;
    /**
     * 动态内容富文本
     */
    private String content;
}