manailin
2022-09-24 ffb18ccfe6750f4a65bce6e02e7f6edb54a5d76f
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;