springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDynVO.java
@@ -65,6 +65,9 @@ @ApiModelProperty("动态内容富文本") private String content; @ApiModelProperty("动态内容富文本--纯文本") private String contentText; @ApiModelProperty(value = "社区名字") private String communityName; @@ -73,4 +76,13 @@ @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; }