huanghongfa
2021-04-26 f9d2c4dddf9e6d8d8f6eb843fd83c8e580a3e863
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDynVO.java
@@ -76,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;
}