puhanshu
2021-11-18 2be6f4497960e08b0221af71716bec2c8cdbd19a
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComPropertyPublicityVO.java
@@ -26,7 +26,7 @@
    private String title;
    @ApiModelProperty("宣传类型(0.其他 1.停水通知 2.停电通知 3.停气通知 4.物业公告 5.优秀业主)")
    private String publicityType;
    private Integer publicityType;
    @ApiModelProperty("其他类型自定义名称")
    private String other;
@@ -35,7 +35,7 @@
    private String cover;
    @ApiModelProperty("内容形式(1.文章链接 2.自定义内容)")
    private String contentType;
    private Integer contentType;
    @ApiModelProperty("文章链接")
    private String articleUrl;