|
@@ -19,21 +19,24 @@ public class DownloadAlarmVo {
|
|
|
@ExcelProperty(value = "告警时间" ,index = 1,converter = LocalDateTimeConverter.class)
|
|
|
private LocalDateTime lastAlarmTime;
|
|
|
|
|
|
- @ExcelProperty(value = "水表电子号" ,index = 2)
|
|
|
+ @ExcelProperty(value = "设备编号" ,index = 2)
|
|
|
+ private String deviceNo;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "水表电子号" ,index = 3)
|
|
|
private String meterNo;
|
|
|
|
|
|
- @ExcelProperty(value = "设备型号" ,index = 3)
|
|
|
+ @ExcelProperty(value = "设备型号" ,index = 4)
|
|
|
private String deviceTypeName;
|
|
|
|
|
|
- @ExcelProperty(value = "公司" ,index = 4)
|
|
|
+ @ExcelProperty(value = "公司" ,index = 5)
|
|
|
private String companyName;
|
|
|
|
|
|
- @ExcelProperty(value = "部门" ,index = 5)
|
|
|
+ @ExcelProperty(value = "部门" ,index = 6)
|
|
|
private String deptName;
|
|
|
|
|
|
- @ExcelProperty(value = "安装地址" ,index = 6)
|
|
|
+ @ExcelProperty(value = "安装地址" ,index = 7)
|
|
|
private String address;
|
|
|
|
|
|
- @ExcelProperty(value = "处理时间" ,index = 7,converter = LocalDateTimeConverter.class)
|
|
|
+ @ExcelProperty(value = "处理时间" ,index = 8,converter = LocalDateTimeConverter.class)
|
|
|
private LocalDateTime handleTime;
|
|
|
}
|