吉安感知网项目-后端
linwei
21 hours ago 8f1f61e5cac940482f5b35cd4c61fba55a5fed23
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdTaskResultEntity.java
@@ -52,6 +52,11 @@
   @ApiModelProperty(value = "成果URL")
   private String resultUrl;
   /**
    * 缩略图URL
    */
   @ApiModelProperty(value = "缩略图URL")
   private String thumbnailUrl;
   /**
    * 拍照时间
    */
   @ApiModelProperty(value = "拍照时间")
@@ -81,5 +86,16 @@
    */
   @ApiModelProperty(value = "区域编码")
   private String areaCode;
   /**
    * 附件类型:1媒体文件; 2ai文件; 3主视频;
    */
   @ApiModelProperty(value = "附件类型:1媒体文件; 2ai文件; 3主视频;")
   private Integer attachmentType;
   /**
    * GeoJSON格式数据
    */
   @ApiModelProperty(value = "GeoJSON格式数据")
   private String geojson;
}