From b2fce0dc7dc4ea5dec9792a2bc3ceb9d33d6e07b Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期一, 04 九月 2023 13:59:52 +0800
Subject: [PATCH] 修改后台社区动态加载不出来

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java
index 0413c8e..d1fcf9c 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java
@@ -58,7 +58,7 @@
     /**
      * 社区id
      */
-    private Long communityId;
+    private String communityId;
     /**
      * 动态内容富文本
      */
@@ -72,7 +72,7 @@
     /**
      * 社区动态分类id
      */
-    private Long type;
+    private String type;
 
     /**
      * 封面模式:1-小图展示 2-大图展示
@@ -93,4 +93,18 @@
      * 类型(1.社区动态 2.党务公开 3.花城资讯)
      */
     private Integer category;
+
+    private Integer readNum;
+
+    private Date releaseTime;
+    /**
+     * 广告是否置顶
+     * */
+    private Integer onTop;
+
+    /**
+     * 图片链接
+     * */
+    private String imageUrl;
+
 }

--
Gitblit v1.7.1