吉安感知网项目-后端
linwei
2 hours ago caf9d837bc7b2bb6de6b7ba0aac72c3ab7ae93a8
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/vo/GdManageDeviceVO.java
@@ -96,4 +96,23 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   private Date createTime;
   /**
    * 设备类型(0机场,1无人机)
    */
   @ApiModelProperty(value = "设备类型(0机场,1无人机)")
   private Integer deviceType;
   @ApiModelProperty(value = "固件版本")
   private String firmwareVersion;
   @ApiModelProperty(value = "设备高度")
   private Double height;
   /**
    * 设备维护状态{0:无需保养,1:待保养,2:正在保养}
    */
   @ApiModelProperty(value = "设备维护状态{0:无需保养,1:待保养,2:正在保养}")
   private Integer maintenanceState;
}