|
@@ -31,7 +31,7 @@ public class WarningInstanceExportExcelData implements Serializable { |
|
@@ -31,7 +31,7 @@ public class WarningInstanceExportExcelData implements Serializable { |
31
|
private String code;
|
31
|
private String code;
|
32
|
|
32
|
|
33
|
@ExcelCheck(canEmpty = false, dateFormatValid = "yyyy-MM-dd HH:mm:ss")
|
33
|
@ExcelCheck(canEmpty = false, dateFormatValid = "yyyy-MM-dd HH:mm:ss")
|
34
|
- @ExcelProperty(value = "报警时间", index = 1, converter = DatetimeConverter2.class)
|
34
|
+ @ExcelProperty(value = "首次报警时间", index = 1, converter = DatetimeConverter2.class)
|
35
|
@ContentStyle(dataFormat = 49)
|
35
|
@ContentStyle(dataFormat = 49)
|
36
|
@ColumnWidth(25)
|
36
|
@ColumnWidth(25)
|
37
|
private Date alarmDate;
|
37
|
private Date alarmDate;
|
|
@@ -79,25 +79,25 @@ public class WarningInstanceExportExcelData implements Serializable { |
|
@@ -79,25 +79,25 @@ public class WarningInstanceExportExcelData implements Serializable { |
79
|
private String content;
|
79
|
private String content;
|
80
|
|
80
|
|
81
|
@ExcelCheck(canEmpty = false)
|
81
|
@ExcelCheck(canEmpty = false)
|
82
|
- @ExcelProperty(value = "接警警情类别", index = 9)
|
82
|
+ @ExcelProperty(value = "接警警情类别(部标)", index = 9)
|
83
|
@ContentStyle(dataFormat = 49)
|
83
|
@ContentStyle(dataFormat = 49)
|
84
|
@ColumnWidth(25)
|
84
|
@ColumnWidth(25)
|
85
|
private String alarmCategory;
|
85
|
private String alarmCategory;
|
86
|
|
86
|
|
87
|
@ExcelCheck(canEmpty = false)
|
87
|
@ExcelCheck(canEmpty = false)
|
88
|
- @ExcelProperty(value = "接警警情类型", index = 10)
|
88
|
+ @ExcelProperty(value = "接警警情类型(部标)", index = 10)
|
89
|
@ContentStyle(dataFormat = 49)
|
89
|
@ContentStyle(dataFormat = 49)
|
90
|
@ColumnWidth(25)
|
90
|
@ColumnWidth(25)
|
91
|
private String alarmType;
|
91
|
private String alarmType;
|
92
|
|
92
|
|
93
|
@ExcelCheck(canEmpty = false)
|
93
|
@ExcelCheck(canEmpty = false)
|
94
|
- @ExcelProperty(value = "接警警情细类", index = 11)
|
94
|
+ @ExcelProperty(value = "接警警情细类(部标)", index = 11)
|
95
|
@ContentStyle(dataFormat = 49)
|
95
|
@ContentStyle(dataFormat = 49)
|
96
|
@ColumnWidth(25)
|
96
|
@ColumnWidth(25)
|
97
|
private String alarmTypeDetail;
|
97
|
private String alarmTypeDetail;
|
98
|
|
98
|
|
99
|
@ExcelCheck(canEmpty = false)
|
99
|
@ExcelCheck(canEmpty = false)
|
100
|
- @ExcelProperty(value = "接警警情子类", index = 12)
|
100
|
+ @ExcelProperty(value = "接警警情子类(部标)", index = 12)
|
101
|
@ContentStyle(dataFormat = 49)
|
101
|
@ContentStyle(dataFormat = 49)
|
102
|
@ColumnWidth(25)
|
102
|
@ColumnWidth(25)
|
103
|
private String alarmSubType;
|
103
|
private String alarmSubType;
|
|
@@ -109,25 +109,25 @@ public class WarningInstanceExportExcelData implements Serializable { |
|
@@ -109,25 +109,25 @@ public class WarningInstanceExportExcelData implements Serializable { |
109
|
private String feedbackContent;
|
109
|
private String feedbackContent;
|
110
|
|
110
|
|
111
|
@ExcelCheck(canEmpty = false)
|
111
|
@ExcelCheck(canEmpty = false)
|
112
|
- @ExcelProperty(value = "警情类别", index = 14)
|
112
|
+ @ExcelProperty(value = "警情类别(部标)", index = 14)
|
113
|
@ContentStyle(dataFormat = 49)
|
113
|
@ContentStyle(dataFormat = 49)
|
114
|
@ColumnWidth(25)
|
114
|
@ColumnWidth(25)
|
115
|
private String category;
|
115
|
private String category;
|
116
|
|
116
|
|
117
|
@ExcelCheck(canEmpty = false)
|
117
|
@ExcelCheck(canEmpty = false)
|
118
|
- @ExcelProperty(value = "警情类型", index = 15)
|
118
|
+ @ExcelProperty(value = "警情类型(部标)", index = 15)
|
119
|
@ContentStyle(dataFormat = 49)
|
119
|
@ContentStyle(dataFormat = 49)
|
120
|
@ColumnWidth(25)
|
120
|
@ColumnWidth(25)
|
121
|
private String type;
|
121
|
private String type;
|
122
|
|
122
|
|
123
|
@ExcelCheck(canEmpty = false)
|
123
|
@ExcelCheck(canEmpty = false)
|
124
|
- @ExcelProperty(value = "警情细类", index = 16)
|
124
|
+ @ExcelProperty(value = "警情细类(部标)", index = 16)
|
125
|
@ContentStyle(dataFormat = 49)
|
125
|
@ContentStyle(dataFormat = 49)
|
126
|
@ColumnWidth(25)
|
126
|
@ColumnWidth(25)
|
127
|
private String typeDetail;
|
127
|
private String typeDetail;
|
128
|
|
128
|
|
129
|
@ExcelCheck(canEmpty = false)
|
129
|
@ExcelCheck(canEmpty = false)
|
130
|
- @ExcelProperty(value = "警情子类", index = 17)
|
130
|
+ @ExcelProperty(value = "警情子类(部标)", index = 17)
|
131
|
@ContentStyle(dataFormat = 49)
|
131
|
@ContentStyle(dataFormat = 49)
|
132
|
@ColumnWidth(25)
|
132
|
@ColumnWidth(25)
|
133
|
private String subType;
|
133
|
private String subType;
|