yanghui
2022-11-22 e60572581d3a8b97bb8cc35536daaa7b3f2c0a14
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;