|
|
@@ -24,22 +24,28 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
24
|
24
|
@Excel(name = "查获日期", width = 20, dateFormat = "yyyy-MM-dd")
|
|
25
|
25
|
private Date recordDate;
|
|
26
|
26
|
|
|
|
27
|
+ @Excel(name = "查获时间")
|
|
|
28
|
+ private String seizureTime;
|
|
|
29
|
+
|
|
27
|
30
|
@Excel(name = "部门名称")
|
|
28
|
31
|
private String deptName;
|
|
29
|
32
|
|
|
30
|
33
|
private Long deptId;
|
|
31
|
34
|
|
|
32
|
|
- @Excel(name = "队室/班组")
|
|
33
|
35
|
private String teamName;
|
|
34
|
36
|
|
|
35
|
37
|
private Long teamId;
|
|
36
|
38
|
|
|
|
39
|
+ private String groupName;
|
|
|
40
|
+
|
|
|
41
|
+ private Long groupId;
|
|
|
42
|
+
|
|
37
|
43
|
@Excel(name = "工作区域")
|
|
38
|
44
|
private String workArea;
|
|
39
|
45
|
|
|
40
|
46
|
private Long areaId;
|
|
41
|
47
|
|
|
42
|
|
- @Excel(name = "安检资格证书等级")
|
|
|
48
|
+ @Excel(name = "安检资质")
|
|
43
|
49
|
private String qualificationLevel;
|
|
44
|
50
|
|
|
45
|
51
|
@Excel(name = "岗位")
|
|
|
@@ -47,18 +53,22 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
47
|
53
|
|
|
48
|
54
|
private Long positionId;
|
|
49
|
55
|
|
|
50
|
|
- @Excel(name = "小组")
|
|
51
|
|
- private String groupName;
|
|
52
|
|
-
|
|
53
|
|
- private Long groupId;
|
|
54
|
|
-
|
|
55
|
|
- @Excel(name = "查获人")
|
|
|
56
|
+ @Excel(name = "安检员")
|
|
56
|
57
|
private String inspectorName;
|
|
57
|
58
|
|
|
58
|
59
|
private Long inspectorId;
|
|
59
|
60
|
|
|
60
|
|
- @Excel(name = "通道号")
|
|
61
|
|
- private String channelNo;
|
|
|
61
|
+ @Excel(name = "航班号")
|
|
|
62
|
+ private String flightNo;
|
|
|
63
|
+
|
|
|
64
|
+ @Excel(name = "目的地")
|
|
|
65
|
+ private String destination;
|
|
|
66
|
+
|
|
|
67
|
+ @Excel(name = "进/出港")
|
|
|
68
|
+ private String inOutPort;
|
|
|
69
|
+
|
|
|
70
|
+ @Excel(name = "违规主体")
|
|
|
71
|
+ private String violationSubject;
|
|
62
|
72
|
|
|
63
|
73
|
@Excel(name = "旅客姓名")
|
|
64
|
74
|
private String passengerName;
|
|
|
@@ -72,54 +82,30 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
72
|
82
|
@Excel(name = "旅客年龄")
|
|
73
|
83
|
private Integer passengerAge;
|
|
74
|
84
|
|
|
75
|
|
- @Excel(name = "航班号")
|
|
76
|
|
- private String flightNo;
|
|
77
|
|
-
|
|
78
|
|
- @Excel(name = "目的地")
|
|
79
|
|
- private String destination;
|
|
80
|
|
-
|
|
81
|
|
- @Excel(name = "进/出港")
|
|
82
|
|
- private String inOutPort;
|
|
83
|
|
-
|
|
84
|
|
- @Excel(name = "违规主体")
|
|
85
|
|
- private String violationSubject;
|
|
86
|
|
-
|
|
87
|
|
- @Excel(name = "违规品类别")
|
|
|
85
|
+ @Excel(name = "违规类别")
|
|
88
|
86
|
private String itemCategory;
|
|
89
|
87
|
|
|
|
88
|
+ @Excel(name = "违规物品")
|
|
|
89
|
+ private String itemName;
|
|
|
90
|
+
|
|
90
|
91
|
@Excel(name = "二级分类")
|
|
91
|
92
|
private String secondaryCategory;
|
|
92
|
93
|
|
|
93
|
|
- @Excel(name = "违规品名称")
|
|
94
|
|
- private String itemName;
|
|
95
|
|
-
|
|
96
|
94
|
@Excel(name = "数量")
|
|
97
|
95
|
private Integer itemQuantity;
|
|
98
|
96
|
|
|
99
|
|
- @Excel(name = "查获数量")
|
|
100
|
|
- private Integer seizureQuantity;
|
|
101
|
|
-
|
|
102
|
|
- @Excel(name = "藏匿部位")
|
|
103
|
|
- private String concealmentPart;
|
|
104
|
|
-
|
|
105
|
97
|
@Excel(name = "事件简况")
|
|
106
|
98
|
private String eventBrief;
|
|
107
|
99
|
|
|
108
|
|
- @Excel(name = "队室内勤")
|
|
109
|
|
- private String teamInternalDuty;
|
|
110
|
|
-
|
|
111
|
|
- @Excel(name = "检查方式")
|
|
112
|
|
- private String checkMethod;
|
|
|
100
|
+ @Excel(name = "查获位置")
|
|
|
101
|
+ private String concealmentPart;
|
|
113
|
102
|
|
|
114
|
|
- @Excel(name = "处置方式")
|
|
|
103
|
+ @Excel(name = "处理结果")
|
|
115
|
104
|
private String handlingMethod;
|
|
116
|
105
|
|
|
117
|
106
|
@Excel(name = "加分")
|
|
118
|
107
|
private BigDecimal addScore;
|
|
119
|
108
|
|
|
120
|
|
- @Excel(name = "叠加分")
|
|
121
|
|
- private BigDecimal stackedScore;
|
|
122
|
|
-
|
|
123
|
109
|
@Excel(name = "评分维度")
|
|
124
|
110
|
private String scoreDimension;
|
|
125
|
111
|
|
|
|
@@ -146,6 +132,9 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
146
|
132
|
public Date getRecordDate() { return recordDate; }
|
|
147
|
133
|
public void setRecordDate(Date recordDate) { this.recordDate = recordDate; }
|
|
148
|
134
|
|
|
|
135
|
+ public String getSeizureTime() { return seizureTime; }
|
|
|
136
|
+ public void setSeizureTime(String seizureTime) { this.seizureTime = seizureTime; }
|
|
|
137
|
+
|
|
149
|
138
|
public String getDeptName() { return deptName; }
|
|
150
|
139
|
public void setDeptName(String deptName) { this.deptName = deptName; }
|
|
151
|
140
|
|
|
|
@@ -158,6 +147,12 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
158
|
147
|
public Long getTeamId() { return teamId; }
|
|
159
|
148
|
public void setTeamId(Long teamId) { this.teamId = teamId; }
|
|
160
|
149
|
|
|
|
150
|
+ public String getGroupName() { return groupName; }
|
|
|
151
|
+ public void setGroupName(String groupName) { this.groupName = groupName; }
|
|
|
152
|
+
|
|
|
153
|
+ public Long getGroupId() { return groupId; }
|
|
|
154
|
+ public void setGroupId(Long groupId) { this.groupId = groupId; }
|
|
|
155
|
+
|
|
161
|
156
|
public String getWorkArea() { return workArea; }
|
|
162
|
157
|
public void setWorkArea(String workArea) { this.workArea = workArea; }
|
|
163
|
158
|
|
|
|
@@ -173,20 +168,23 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
173
|
168
|
public Long getPositionId() { return positionId; }
|
|
174
|
169
|
public void setPositionId(Long positionId) { this.positionId = positionId; }
|
|
175
|
170
|
|
|
176
|
|
- public String getGroupName() { return groupName; }
|
|
177
|
|
- public void setGroupName(String groupName) { this.groupName = groupName; }
|
|
178
|
|
-
|
|
179
|
|
- public Long getGroupId() { return groupId; }
|
|
180
|
|
- public void setGroupId(Long groupId) { this.groupId = groupId; }
|
|
181
|
|
-
|
|
182
|
171
|
public String getInspectorName() { return inspectorName; }
|
|
183
|
172
|
public void setInspectorName(String inspectorName) { this.inspectorName = inspectorName; }
|
|
184
|
173
|
|
|
185
|
174
|
public Long getInspectorId() { return inspectorId; }
|
|
186
|
175
|
public void setInspectorId(Long inspectorId) { this.inspectorId = inspectorId; }
|
|
187
|
176
|
|
|
188
|
|
- public String getChannelNo() { return channelNo; }
|
|
189
|
|
- public void setChannelNo(String channelNo) { this.channelNo = channelNo; }
|
|
|
177
|
+ public String getFlightNo() { return flightNo; }
|
|
|
178
|
+ public void setFlightNo(String flightNo) { this.flightNo = flightNo; }
|
|
|
179
|
+
|
|
|
180
|
+ public String getDestination() { return destination; }
|
|
|
181
|
+ public void setDestination(String destination) { this.destination = destination; }
|
|
|
182
|
+
|
|
|
183
|
+ public String getInOutPort() { return inOutPort; }
|
|
|
184
|
+ public void setInOutPort(String inOutPort) { this.inOutPort = inOutPort; }
|
|
|
185
|
+
|
|
|
186
|
+ public String getViolationSubject() { return violationSubject; }
|
|
|
187
|
+ public void setViolationSubject(String violationSubject) { this.violationSubject = violationSubject; }
|
|
190
|
188
|
|
|
191
|
189
|
public String getPassengerName() { return passengerName; }
|
|
192
|
190
|
public void setPassengerName(String passengerName) { this.passengerName = passengerName; }
|
|
|
@@ -200,44 +198,23 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
200
|
198
|
public Integer getPassengerAge() { return passengerAge; }
|
|
201
|
199
|
public void setPassengerAge(Integer passengerAge) { this.passengerAge = passengerAge; }
|
|
202
|
200
|
|
|
203
|
|
- public String getFlightNo() { return flightNo; }
|
|
204
|
|
- public void setFlightNo(String flightNo) { this.flightNo = flightNo; }
|
|
205
|
|
-
|
|
206
|
|
- public String getDestination() { return destination; }
|
|
207
|
|
- public void setDestination(String destination) { this.destination = destination; }
|
|
208
|
|
-
|
|
209
|
|
- public String getInOutPort() { return inOutPort; }
|
|
210
|
|
- public void setInOutPort(String inOutPort) { this.inOutPort = inOutPort; }
|
|
211
|
|
-
|
|
212
|
|
- public String getViolationSubject() { return violationSubject; }
|
|
213
|
|
- public void setViolationSubject(String violationSubject) { this.violationSubject = violationSubject; }
|
|
214
|
|
-
|
|
215
|
201
|
public String getItemCategory() { return itemCategory; }
|
|
216
|
202
|
public void setItemCategory(String itemCategory) { this.itemCategory = itemCategory; }
|
|
217
|
203
|
|
|
218
|
|
- public String getSecondaryCategory() { return secondaryCategory; }
|
|
219
|
|
- public void setSecondaryCategory(String secondaryCategory) { this.secondaryCategory = secondaryCategory; }
|
|
220
|
|
-
|
|
221
|
204
|
public String getItemName() { return itemName; }
|
|
222
|
205
|
public void setItemName(String itemName) { this.itemName = itemName; }
|
|
223
|
206
|
|
|
|
207
|
+ public String getSecondaryCategory() { return secondaryCategory; }
|
|
|
208
|
+ public void setSecondaryCategory(String secondaryCategory) { this.secondaryCategory = secondaryCategory; }
|
|
|
209
|
+
|
|
224
|
210
|
public Integer getItemQuantity() { return itemQuantity; }
|
|
225
|
211
|
public void setItemQuantity(Integer itemQuantity) { this.itemQuantity = itemQuantity; }
|
|
226
|
212
|
|
|
227
|
|
- public Integer getSeizureQuantity() { return seizureQuantity; }
|
|
228
|
|
- public void setSeizureQuantity(Integer seizureQuantity) { this.seizureQuantity = seizureQuantity; }
|
|
229
|
|
-
|
|
230
|
|
- public String getConcealmentPart() { return concealmentPart; }
|
|
231
|
|
- public void setConcealmentPart(String concealmentPart) { this.concealmentPart = concealmentPart; }
|
|
232
|
|
-
|
|
233
|
213
|
public String getEventBrief() { return eventBrief; }
|
|
234
|
214
|
public void setEventBrief(String eventBrief) { this.eventBrief = eventBrief; }
|
|
235
|
215
|
|
|
236
|
|
- public String getTeamInternalDuty() { return teamInternalDuty; }
|
|
237
|
|
- public void setTeamInternalDuty(String teamInternalDuty) { this.teamInternalDuty = teamInternalDuty; }
|
|
238
|
|
-
|
|
239
|
|
- public String getCheckMethod() { return checkMethod; }
|
|
240
|
|
- public void setCheckMethod(String checkMethod) { this.checkMethod = checkMethod; }
|
|
|
216
|
+ public String getConcealmentPart() { return concealmentPart; }
|
|
|
217
|
+ public void setConcealmentPart(String concealmentPart) { this.concealmentPart = concealmentPart; }
|
|
241
|
218
|
|
|
242
|
219
|
public String getHandlingMethod() { return handlingMethod; }
|
|
243
|
220
|
public void setHandlingMethod(String handlingMethod) { this.handlingMethod = handlingMethod; }
|
|
|
@@ -245,9 +222,6 @@ public class LedgerSeizureStats extends BaseEntity {
|
|
245
|
222
|
public BigDecimal getAddScore() { return addScore; }
|
|
246
|
223
|
public void setAddScore(BigDecimal addScore) { this.addScore = addScore; }
|
|
247
|
224
|
|
|
248
|
|
- public BigDecimal getStackedScore() { return stackedScore; }
|
|
249
|
|
- public void setStackedScore(BigDecimal stackedScore) { this.stackedScore = stackedScore; }
|
|
250
|
|
-
|
|
251
|
225
|
public String getScoreDimension() { return scoreDimension; }
|
|
252
|
226
|
public void setScoreDimension(String scoreDimension) { this.scoreDimension = scoreDimension; }
|
|
253
|
227
|
|