|
@@ -36,7 +36,6 @@ public class WarningInstanceExcelData implements Serializable { |
|
@@ -36,7 +36,6 @@ public class WarningInstanceExcelData implements Serializable { |
36
|
@ColumnWidth(25)
|
36
|
@ColumnWidth(25)
|
37
|
private Date alarmDate;
|
37
|
private Date alarmDate;
|
38
|
|
38
|
|
39
|
- @ExcelCheck(canEmpty = false)
|
|
|
40
|
@ExcelProperty(value = "报警电话", index = 2)
|
39
|
@ExcelProperty(value = "报警电话", index = 2)
|
41
|
@ContentStyle(dataFormat = 49)
|
40
|
@ContentStyle(dataFormat = 49)
|
42
|
@ColumnWidth(25)
|
41
|
@ColumnWidth(25)
|
|
@@ -66,7 +65,6 @@ public class WarningInstanceExcelData implements Serializable { |
|
@@ -66,7 +65,6 @@ public class WarningInstanceExcelData implements Serializable { |
66
|
@ColumnWidth(25)
|
65
|
@ColumnWidth(25)
|
67
|
private String county;
|
66
|
private String county;
|
68
|
|
67
|
|
69
|
- @ExcelCheck(canEmpty = false)
|
|
|
70
|
@ExcelProperty(value = "事发地址", index = 7)
|
68
|
@ExcelProperty(value = "事发地址", index = 7)
|
71
|
@ContentStyle(dataFormat = 49)
|
69
|
@ContentStyle(dataFormat = 49)
|
72
|
@ColumnWidth(25)
|
70
|
@ColumnWidth(25)
|
|
@@ -78,25 +76,21 @@ public class WarningInstanceExcelData implements Serializable { |
|
@@ -78,25 +76,21 @@ public class WarningInstanceExcelData implements Serializable { |
78
|
@ColumnWidth(25)
|
76
|
@ColumnWidth(25)
|
79
|
private String content;
|
77
|
private String content;
|
80
|
|
78
|
|
81
|
- @ExcelCheck(canEmpty = false)
|
|
|
82
|
@ExcelProperty(value = "接警警情类别", index = 9)
|
79
|
@ExcelProperty(value = "接警警情类别", index = 9)
|
83
|
@ContentStyle(dataFormat = 49)
|
80
|
@ContentStyle(dataFormat = 49)
|
84
|
@ColumnWidth(25)
|
81
|
@ColumnWidth(25)
|
85
|
private String alarmCategory;
|
82
|
private String alarmCategory;
|
86
|
|
83
|
|
87
|
- @ExcelCheck(canEmpty = false)
|
|
|
88
|
@ExcelProperty(value = "接警警情类型", index = 10)
|
84
|
@ExcelProperty(value = "接警警情类型", index = 10)
|
89
|
@ContentStyle(dataFormat = 49)
|
85
|
@ContentStyle(dataFormat = 49)
|
90
|
@ColumnWidth(25)
|
86
|
@ColumnWidth(25)
|
91
|
private String alarmType;
|
87
|
private String alarmType;
|
92
|
|
88
|
|
93
|
- @ExcelCheck(canEmpty = false)
|
|
|
94
|
@ExcelProperty(value = "接警警情细类", index = 11)
|
89
|
@ExcelProperty(value = "接警警情细类", index = 11)
|
95
|
@ContentStyle(dataFormat = 49)
|
90
|
@ContentStyle(dataFormat = 49)
|
96
|
@ColumnWidth(25)
|
91
|
@ColumnWidth(25)
|
97
|
private String alarmTypeDetail;
|
92
|
private String alarmTypeDetail;
|
98
|
|
93
|
|
99
|
- @ExcelCheck(canEmpty = false)
|
|
|
100
|
@ExcelProperty(value = "接警警情子类", index = 12)
|
94
|
@ExcelProperty(value = "接警警情子类", index = 12)
|
101
|
@ContentStyle(dataFormat = 49)
|
95
|
@ContentStyle(dataFormat = 49)
|
102
|
@ColumnWidth(25)
|
96
|
@ColumnWidth(25)
|
|
@@ -108,31 +102,26 @@ public class WarningInstanceExcelData implements Serializable { |
|
@@ -108,31 +102,26 @@ public class WarningInstanceExcelData implements Serializable { |
108
|
@ColumnWidth(25)
|
102
|
@ColumnWidth(25)
|
109
|
private String feedbackContent;
|
103
|
private String feedbackContent;
|
110
|
|
104
|
|
111
|
- @ExcelCheck(canEmpty = false)
|
|
|
112
|
@ExcelProperty(value = "警情类别", index = 14)
|
105
|
@ExcelProperty(value = "警情类别", index = 14)
|
113
|
@ContentStyle(dataFormat = 49)
|
106
|
@ContentStyle(dataFormat = 49)
|
114
|
@ColumnWidth(25)
|
107
|
@ColumnWidth(25)
|
115
|
private String category;
|
108
|
private String category;
|
116
|
|
109
|
|
117
|
- @ExcelCheck(canEmpty = false)
|
|
|
118
|
@ExcelProperty(value = "警情类型", index = 15)
|
110
|
@ExcelProperty(value = "警情类型", index = 15)
|
119
|
@ContentStyle(dataFormat = 49)
|
111
|
@ContentStyle(dataFormat = 49)
|
120
|
@ColumnWidth(25)
|
112
|
@ColumnWidth(25)
|
121
|
private String type;
|
113
|
private String type;
|
122
|
|
114
|
|
123
|
- @ExcelCheck(canEmpty = false)
|
|
|
124
|
@ExcelProperty(value = "警情细类", index = 16)
|
115
|
@ExcelProperty(value = "警情细类", index = 16)
|
125
|
@ContentStyle(dataFormat = 49)
|
116
|
@ContentStyle(dataFormat = 49)
|
126
|
@ColumnWidth(25)
|
117
|
@ColumnWidth(25)
|
127
|
private String typeDetail;
|
118
|
private String typeDetail;
|
128
|
|
119
|
|
129
|
- @ExcelCheck(canEmpty = false)
|
|
|
130
|
@ExcelProperty(value = "警情子类", index = 17)
|
120
|
@ExcelProperty(value = "警情子类", index = 17)
|
131
|
@ContentStyle(dataFormat = 49)
|
121
|
@ContentStyle(dataFormat = 49)
|
132
|
@ColumnWidth(25)
|
122
|
@ColumnWidth(25)
|
133
|
private String subType;
|
123
|
private String subType;
|
134
|
|
124
|
|
135
|
- @ExcelCheck(canEmpty = false)
|
|
|
136
|
@ExcelProperty(value = "处理结果", index = 18)
|
125
|
@ExcelProperty(value = "处理结果", index = 18)
|
137
|
@ContentStyle(dataFormat = 49)
|
126
|
@ContentStyle(dataFormat = 49)
|
138
|
@ColumnWidth(25)
|
127
|
@ColumnWidth(25)
|