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; }