huanghongfa
2021-06-03 d0c17e48b68fe0109b3d853d52a75f9d54ae1f41
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/EventVO.java
@@ -42,6 +42,9 @@
    @ApiModelProperty(value = "网格员名字")
   private String gridMemberName;
   @ApiModelProperty(value = "网格员头像url")
   private String gridMemberImageUrl;
    @ApiModelProperty(value = "网格员联系方式")
   private String gridMemberTelephone;
@@ -49,7 +52,7 @@
   private String eventTitle;
    @ApiModelProperty(value = "宣传类型")
   private Integer propagandaType;
   private String propagandaType;
    @ApiModelProperty(value = "宣传时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@@ -153,5 +156,14 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   private Date updateAt;
   @ApiModelProperty(value = "音频")
    private List<EventResourceVO> audios;
   @ApiModelProperty(value = "视频")
   private List<EventResourceVO> videos;
   @ApiModelProperty(value = "图片")
   private List<EventResourceVO> pics;
}