CeDo
2021-05-07 de91c84954157bb9f8b6d938cbe0b1b51fb6e65d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDynVO.java
@@ -64,4 +64,25 @@
    @ApiModelProperty("动态内容富文本")
    private String content;
    @ApiModelProperty("动态内容富文本--纯文本")
    private String contentText;
    @ApiModelProperty(value = "社区名字")
    private String communityName;
    @ApiModelProperty(value = "封面")
    private String cover;
    @ApiModelProperty(value = "是否增加 1 增加 0 不增加")
    private Integer isAdd;
    @ApiModelProperty(value = "分类:1-社区风采 2-社区动态")
    private Integer type;
    @ApiModelProperty(value = "封面模式:1-小图展示 2-大图展示")
    private Integer coverMode;
    @ApiModelProperty(value = "查询筛选:0-本小区 1-全部")
    private Integer choice;
}