|
|
@@ -70,13 +70,6 @@ public class InspectionDetailsVo { |
|
|
|
*/ |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
/** |
|
|
|
* 计划巡检日期 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date inspectionTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 飞行设备名称 |
|
|
|
*/ |
|
|
@@ -92,6 +85,27 @@ public class InspectionDetailsVo { |
|
|
|
*/ |
|
|
|
private String weather; |
|
|
|
|
|
|
|
/** |
|
|
|
* 计划巡检日期 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date inspectionTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 执行开始时间 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date executionStartTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 执行结束时间 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date executionEndTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 飞行失败数据 |
|
|
|
*/ |