吉安感知网项目-后端
linwei
2026-01-27 e0acd710ff58336581bbfd037b1fee93f0dddc6d
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java
@@ -113,5 +113,10 @@
   @ApiModelProperty(value = "5公里范围面数据")
    @TableField(typeHandler = GeometryTypeHandler.class)
   private String geom;
   /**
    * 设备位置
    */
   @ApiModelProperty(value = "设备位置")
   private String location;
}