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; }