吉安感知网项目-后端
linwei
22 hours ago 8f1f61e5cac940482f5b35cd4c61fba55a5fed23
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格式数据")