drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/dto/GdTaskResultDTO.java
@@ -54,6 +54,11 @@ @ApiModelProperty(value = "成果URL") private String resultUrl; /** * 缩略图URL */ @ApiModelProperty(value = "缩略图URL") private String thumbnailUrl; /** * 拍照时间 */ @ApiModelProperty(value = "拍照时间") @@ -97,6 +102,12 @@ private String fileType; /** * 附件类型:1媒体文件; 2ai文件; 3主视频; */ @ApiModelProperty(value = "附件类型:1媒体文件; 2ai文件; 3主视频;") private Integer attachmentType; /** * GeoJSON格式数据 */ @ApiModelProperty(value = "GeoJSON格式数据")