|
@@ -32,6 +32,10 @@ public class IotDeviceExportRespVO {
|
|
|
@ExcelProperty("距离保养")
|
|
@ExcelProperty("距离保养")
|
|
|
private String mainDistance;
|
|
private String mainDistance;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "设备累计运行时间")
|
|
|
|
|
+ @ExcelProperty("累计运行时长H")
|
|
|
|
|
+ private BigDecimal totalRunTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "品牌", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
@Schema(description = "品牌", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
private Long brand;
|
|
private Long brand;
|
|
|
|
|
|
|
@@ -157,8 +161,7 @@ public class IotDeviceExportRespVO {
|
|
|
*/
|
|
*/
|
|
|
@Schema(description = "设备累计运行里程")
|
|
@Schema(description = "设备累计运行里程")
|
|
|
private BigDecimal totalMileage;
|
|
private BigDecimal totalMileage;
|
|
|
- @Schema(description = "设备累计运行时间")
|
|
|
|
|
- private BigDecimal totalRunTime;
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "是否在线")
|
|
@Schema(description = "是否在线")
|
|
|
private Integer ifInline;
|
|
private Integer ifInline;
|
|
|
|
|
|