吉安感知网项目-后端
xiebin
2026-04-01 eeb3b5c9c794a35d7b7f3c8e56f9eef8eb8d3451
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java
@@ -130,8 +130,17 @@
   @ApiModelProperty(value = "设备位置")
   private String location;
   /**
    * 设备高度
    */
   @ApiModelProperty(value = "设备高度")
   private Double height;
   /**
    * 是否在机巢中0:是1否
    */
   @ApiModelProperty(value = "是否在机巢中0:是1否")
   private Integer isWithDock;
}