luoxinwu
2024-03-05 c88d1658a2b6b51ed1a81c3be3e9102b661970f3
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-大图展示
@@ -95,4 +95,16 @@
    private Integer category;
    private Integer readNum;
    private Date releaseTime;
    /**
     * 广告是否置顶
     * */
    private Integer onTop;
    /**
     * 图片链接
     * */
    private String imageUrl;
}