xyh
2021-06-24 09c5e38fbdf77632ad60525ae2957218b84d89fb
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/visit/EventVisitingTasksDetailsVO.java
@@ -134,13 +134,13 @@
   private Date updateAt;
   @ApiModelProperty(value = "音频列表")
   List<EventResourceVO> vosList;
   List<String> vosList;
   @ApiModelProperty(value = "图片列表")
   List<EventResourceVO> imgList;
   List<String> imgList;
   @ApiModelProperty(value = "视频列表")
   List<EventResourceVO> videoList;
   List<String> videoList;
}