huanghongfa
2021-05-28 54ad966d0b142c97fc659263b51d1ea5d7b5c7c6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActDynDO.java
@@ -61,4 +61,19 @@
     * 动态内容富文本
     */
    private String content;
    /**
     * 封面图
     */
    @TableField(value = "cover", updateStrategy  = FieldStrategy.IGNORED)
    private String cover;
    /**
     * 分类:1-社区风采 2-社区动态
     */
    private Integer type;
    /**
     * 封面模式:1-小图展示 2-大图展示
     */
    private Integer coverMode;
}