吉安感知网项目-后端
linwei
12 hours ago 08ddfad4530a014094c06fe68b8c2d9a0753403a
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/entity/GdManageDeviceEntity.java
@@ -130,8 +130,23 @@
   @ApiModelProperty(value = "设备位置")
   private String location;
   /**
    * 设备高度
    */
   @ApiModelProperty(value = "设备高度")
   private Double height;
   /**
    * 是否在机巢中0:是1否
    */
   @ApiModelProperty(value = "是否在机巢中0:是1否")
   private Integer isWithDock;
   /**
    * 设备维护状态{O:无需保养,1:待保养2:正在保养}
    * maintenance_state
    */
   @ApiModelProperty(value = "设备维护状态{O:无需保养,1:待保养2:正在保养")
   private Integer maintenanceState;
}