|
|
@@ -21,23 +21,18 @@ public class LedgerRealtimeInterception extends BaseEntity {
|
|
21
|
21
|
private Long id;
|
|
22
|
22
|
|
|
23
|
23
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
24
|
|
- @Excel(name = "记录日期", width = 20, dateFormat = "yyyy-MM-dd")
|
|
|
24
|
+ @Excel(name = "时间", width = 20, dateFormat = "yyyy-MM-dd")
|
|
25
|
25
|
private Date recordDate;
|
|
26
|
26
|
|
|
27
|
|
- @Excel(name = "记录时间")
|
|
28
|
|
- private String recordTime;
|
|
29
|
|
-
|
|
30
|
27
|
@Excel(name = "部门名称")
|
|
31
|
28
|
private String deptName;
|
|
32
|
29
|
|
|
33
|
30
|
private Long deptId;
|
|
34
|
31
|
|
|
35
|
|
- @Excel(name = "队室/班组")
|
|
36
|
32
|
private String teamName;
|
|
37
|
33
|
|
|
38
|
34
|
private Long teamId;
|
|
39
|
35
|
|
|
40
|
|
- @Excel(name = "小组")
|
|
41
|
36
|
private String groupName;
|
|
42
|
37
|
|
|
43
|
38
|
private Long groupId;
|
|
|
@@ -52,100 +47,28 @@ public class LedgerRealtimeInterception extends BaseEntity {
|
|
52
|
47
|
|
|
53
|
48
|
private Long positionId;
|
|
54
|
49
|
|
|
55
|
|
- @Excel(name = "查获人")
|
|
|
50
|
+ @Excel(name = "责任人")
|
|
56
|
51
|
private String inspectorName;
|
|
57
|
52
|
|
|
58
|
53
|
private Long inspectorId;
|
|
59
|
54
|
|
|
60
|
|
- @Excel(name = "通道号")
|
|
|
55
|
+ @Excel(name = "工作点")
|
|
61
|
56
|
private String channelNo;
|
|
62
|
57
|
|
|
63
|
|
- @Excel(name = "旅客姓名")
|
|
64
|
|
- private String passengerName;
|
|
65
|
|
-
|
|
66
|
|
- @Excel(name = "证件号码")
|
|
67
|
|
- private String idCardNo;
|
|
68
|
|
-
|
|
69
|
|
- @Excel(name = "航班号")
|
|
70
|
|
- private String flightNo;
|
|
71
|
|
-
|
|
72
|
|
- @Excel(name = "物品类别")
|
|
73
|
|
- private String itemCategory;
|
|
74
|
|
-
|
|
75
|
|
- @Excel(name = "物品名称")
|
|
|
58
|
+ @Excel(name = "实时质控拦截物品")
|
|
76
|
59
|
private String itemName;
|
|
77
|
60
|
|
|
78
|
|
- @Excel(name = "数量")
|
|
|
61
|
+ @Excel(name = "个数")
|
|
79
|
62
|
private Integer itemQuantity;
|
|
80
|
63
|
|
|
81
|
|
- @Excel(name = "重量(kg)")
|
|
82
|
|
- private BigDecimal itemWeight;
|
|
83
|
|
-
|
|
84
|
|
- @Excel(name = "处置方式")
|
|
85
|
|
- private String handlingMethod;
|
|
86
|
|
-
|
|
87
|
|
- @Excel(name = "处理结果")
|
|
88
|
|
- private String resultHandling;
|
|
89
|
|
-
|
|
90
|
|
- @Excel(name = "问题类型")
|
|
91
|
|
- private String problemType;
|
|
92
|
|
-
|
|
93
|
|
- @Excel(name = "整改措施")
|
|
94
|
|
- private String rectificationMeasures;
|
|
95
|
|
-
|
|
96
|
64
|
@Excel(name = "问题层级")
|
|
97
|
65
|
private String problemLevel;
|
|
98
|
66
|
|
|
99
|
|
- @Excel(name = "附件")
|
|
100
|
|
- private String attachment;
|
|
101
|
|
-
|
|
102
|
|
- @Excel(name = "问题类别")
|
|
103
|
|
- private String problemCategory;
|
|
104
|
|
-
|
|
105
|
|
- @Excel(name = "个人复盘")
|
|
106
|
|
- private String personalReview;
|
|
107
|
|
-
|
|
108
|
|
- @Excel(name = "队室复盘")
|
|
109
|
|
- private String teamReview;
|
|
110
|
|
-
|
|
111
|
|
- @Excel(name = "队室质控员")
|
|
112
|
|
- private String qualityOfficer;
|
|
113
|
|
-
|
|
114
|
|
- @Excel(name = "质控推送队室负责人")
|
|
115
|
|
- private String qualityPushLeader;
|
|
116
|
|
-
|
|
117
|
|
- @Excel(name = "开机年限")
|
|
118
|
|
- private String operationYears;
|
|
119
|
|
-
|
|
120
|
|
- @Excel(name = "责任人开机年龄")
|
|
121
|
|
- private String responsibleOperationAge;
|
|
122
|
|
-
|
|
123
|
|
- @Excel(name = "发送至相关人员")
|
|
124
|
|
- private String sendToRelevant;
|
|
125
|
|
-
|
|
126
|
|
- @Excel(name = "本月内发生问题次数")
|
|
127
|
|
- private Integer monthlyProblemCount;
|
|
128
|
|
-
|
|
129
|
|
- @Excel(name = "上月质控问题发生次数")
|
|
130
|
|
- private Integer lastMonthProblemCount;
|
|
131
|
|
-
|
|
132
|
|
- @Excel(name = "实时图像漏检难易度")
|
|
133
|
|
- private String imageMissDifficulty;
|
|
134
|
|
-
|
|
135
|
67
|
@Excel(name = "检查人员")
|
|
136
|
68
|
private String checkPersonnel;
|
|
137
|
69
|
|
|
138
|
|
- @Excel(name = "部门培训教员")
|
|
139
|
|
- private String deptTrainingInstructor;
|
|
140
|
|
-
|
|
141
|
|
- @Excel(name = "分管质控经理")
|
|
142
|
|
- private String manageQcManager;
|
|
143
|
|
-
|
|
144
|
|
- @Excel(name = "队室内勤")
|
|
145
|
|
- private String teamInternalDuty;
|
|
146
|
|
-
|
|
147
|
|
- @Excel(name = "队室负责人")
|
|
148
|
|
- private String teamLeader;
|
|
|
70
|
+ @Excel(name = "附件")
|
|
|
71
|
+ private String evidenceFile;
|
|
149
|
72
|
|
|
150
|
73
|
@Excel(name = "扣分")
|
|
151
|
74
|
private BigDecimal deductScore;
|
|
|
@@ -159,12 +82,6 @@ public class LedgerRealtimeInterception extends BaseEntity {
|
|
159
|
82
|
@Excel(name = "评分指标")
|
|
160
|
83
|
private String scoreIndicator;
|
|
161
|
84
|
|
|
162
|
|
- @Excel(name = "佐证附件")
|
|
163
|
|
- private String evidenceFile;
|
|
164
|
|
-
|
|
165
|
|
- @Excel(name = "备注")
|
|
166
|
|
- private String remark;
|
|
167
|
|
-
|
|
168
|
85
|
private String importBatch;
|
|
169
|
86
|
|
|
170
|
87
|
@Excel(name = "数据来源")
|
|
|
@@ -179,9 +96,6 @@ public class LedgerRealtimeInterception extends BaseEntity {
|
|
179
|
96
|
public Date getRecordDate() { return recordDate; }
|
|
180
|
97
|
public void setRecordDate(Date recordDate) { this.recordDate = recordDate; }
|
|
181
|
98
|
|
|
182
|
|
- public String getRecordTime() { return recordTime; }
|
|
183
|
|
- public void setRecordTime(String recordTime) { this.recordTime = recordTime; }
|
|
184
|
|
-
|
|
185
|
99
|
public String getDeptName() { return deptName; }
|
|
186
|
100
|
public void setDeptName(String deptName) { this.deptName = deptName; }
|
|
187
|
101
|
|
|
|
@@ -221,92 +135,20 @@ public class LedgerRealtimeInterception extends BaseEntity {
|
|
221
|
135
|
public String getChannelNo() { return channelNo; }
|
|
222
|
136
|
public void setChannelNo(String channelNo) { this.channelNo = channelNo; }
|
|
223
|
137
|
|
|
224
|
|
- public String getPassengerName() { return passengerName; }
|
|
225
|
|
- public void setPassengerName(String passengerName) { this.passengerName = passengerName; }
|
|
226
|
|
-
|
|
227
|
|
- public String getIdCardNo() { return idCardNo; }
|
|
228
|
|
- public void setIdCardNo(String idCardNo) { this.idCardNo = idCardNo; }
|
|
229
|
|
-
|
|
230
|
|
- public String getFlightNo() { return flightNo; }
|
|
231
|
|
- public void setFlightNo(String flightNo) { this.flightNo = flightNo; }
|
|
232
|
|
-
|
|
233
|
|
- public String getItemCategory() { return itemCategory; }
|
|
234
|
|
- public void setItemCategory(String itemCategory) { this.itemCategory = itemCategory; }
|
|
235
|
|
-
|
|
236
|
138
|
public String getItemName() { return itemName; }
|
|
237
|
139
|
public void setItemName(String itemName) { this.itemName = itemName; }
|
|
238
|
140
|
|
|
239
|
141
|
public Integer getItemQuantity() { return itemQuantity; }
|
|
240
|
142
|
public void setItemQuantity(Integer itemQuantity) { this.itemQuantity = itemQuantity; }
|
|
241
|
143
|
|
|
242
|
|
- public BigDecimal getItemWeight() { return itemWeight; }
|
|
243
|
|
- public void setItemWeight(BigDecimal itemWeight) { this.itemWeight = itemWeight; }
|
|
244
|
|
-
|
|
245
|
|
- public String getHandlingMethod() { return handlingMethod; }
|
|
246
|
|
- public void setHandlingMethod(String handlingMethod) { this.handlingMethod = handlingMethod; }
|
|
247
|
|
-
|
|
248
|
|
- public String getResultHandling() { return resultHandling; }
|
|
249
|
|
- public void setResultHandling(String resultHandling) { this.resultHandling = resultHandling; }
|
|
250
|
|
-
|
|
251
|
|
- public String getProblemType() { return problemType; }
|
|
252
|
|
- public void setProblemType(String problemType) { this.problemType = problemType; }
|
|
253
|
|
-
|
|
254
|
|
- public String getRectificationMeasures() { return rectificationMeasures; }
|
|
255
|
|
- public void setRectificationMeasures(String rectificationMeasures) { this.rectificationMeasures = rectificationMeasures; }
|
|
256
|
|
-
|
|
257
|
144
|
public String getProblemLevel() { return problemLevel; }
|
|
258
|
145
|
public void setProblemLevel(String problemLevel) { this.problemLevel = problemLevel; }
|
|
259
|
146
|
|
|
260
|
|
- public String getAttachment() { return attachment; }
|
|
261
|
|
- public void setAttachment(String attachment) { this.attachment = attachment; }
|
|
262
|
|
-
|
|
263
|
|
- public String getProblemCategory() { return problemCategory; }
|
|
264
|
|
- public void setProblemCategory(String problemCategory) { this.problemCategory = problemCategory; }
|
|
265
|
|
-
|
|
266
|
|
- public String getPersonalReview() { return personalReview; }
|
|
267
|
|
- public void setPersonalReview(String personalReview) { this.personalReview = personalReview; }
|
|
268
|
|
-
|
|
269
|
|
- public String getTeamReview() { return teamReview; }
|
|
270
|
|
- public void setTeamReview(String teamReview) { this.teamReview = teamReview; }
|
|
271
|
|
-
|
|
272
|
|
- public String getQualityOfficer() { return qualityOfficer; }
|
|
273
|
|
- public void setQualityOfficer(String qualityOfficer) { this.qualityOfficer = qualityOfficer; }
|
|
274
|
|
-
|
|
275
|
|
- public String getQualityPushLeader() { return qualityPushLeader; }
|
|
276
|
|
- public void setQualityPushLeader(String qualityPushLeader) { this.qualityPushLeader = qualityPushLeader; }
|
|
277
|
|
-
|
|
278
|
|
- public String getOperationYears() { return operationYears; }
|
|
279
|
|
- public void setOperationYears(String operationYears) { this.operationYears = operationYears; }
|
|
280
|
|
-
|
|
281
|
|
- public String getResponsibleOperationAge() { return responsibleOperationAge; }
|
|
282
|
|
- public void setResponsibleOperationAge(String responsibleOperationAge) { this.responsibleOperationAge = responsibleOperationAge; }
|
|
283
|
|
-
|
|
284
|
|
- public String getSendToRelevant() { return sendToRelevant; }
|
|
285
|
|
- public void setSendToRelevant(String sendToRelevant) { this.sendToRelevant = sendToRelevant; }
|
|
286
|
|
-
|
|
287
|
|
- public Integer getMonthlyProblemCount() { return monthlyProblemCount; }
|
|
288
|
|
- public void setMonthlyProblemCount(Integer monthlyProblemCount) { this.monthlyProblemCount = monthlyProblemCount; }
|
|
289
|
|
-
|
|
290
|
|
- public Integer getLastMonthProblemCount() { return lastMonthProblemCount; }
|
|
291
|
|
- public void setLastMonthProblemCount(Integer lastMonthProblemCount) { this.lastMonthProblemCount = lastMonthProblemCount; }
|
|
292
|
|
-
|
|
293
|
|
- public String getImageMissDifficulty() { return imageMissDifficulty; }
|
|
294
|
|
- public void setImageMissDifficulty(String imageMissDifficulty) { this.imageMissDifficulty = imageMissDifficulty; }
|
|
295
|
|
-
|
|
296
|
147
|
public String getCheckPersonnel() { return checkPersonnel; }
|
|
297
|
148
|
public void setCheckPersonnel(String checkPersonnel) { this.checkPersonnel = checkPersonnel; }
|
|
298
|
149
|
|
|
299
|
|
- public String getDeptTrainingInstructor() { return deptTrainingInstructor; }
|
|
300
|
|
- public void setDeptTrainingInstructor(String deptTrainingInstructor) { this.deptTrainingInstructor = deptTrainingInstructor; }
|
|
301
|
|
-
|
|
302
|
|
- public String getManageQcManager() { return manageQcManager; }
|
|
303
|
|
- public void setManageQcManager(String manageQcManager) { this.manageQcManager = manageQcManager; }
|
|
304
|
|
-
|
|
305
|
|
- public String getTeamInternalDuty() { return teamInternalDuty; }
|
|
306
|
|
- public void setTeamInternalDuty(String teamInternalDuty) { this.teamInternalDuty = teamInternalDuty; }
|
|
307
|
|
-
|
|
308
|
|
- public String getTeamLeader() { return teamLeader; }
|
|
309
|
|
- public void setTeamLeader(String teamLeader) { this.teamLeader = teamLeader; }
|
|
|
150
|
+ public String getEvidenceFile() { return evidenceFile; }
|
|
|
151
|
+ public void setEvidenceFile(String evidenceFile) { this.evidenceFile = evidenceFile; }
|
|
310
|
152
|
|
|
311
|
153
|
public BigDecimal getDeductScore() { return deductScore; }
|
|
312
|
154
|
public void setDeductScore(BigDecimal deductScore) { this.deductScore = deductScore; }
|
|
|
@@ -320,12 +162,6 @@ public class LedgerRealtimeInterception extends BaseEntity {
|
|
320
|
162
|
public String getScoreIndicator() { return scoreIndicator; }
|
|
321
|
163
|
public void setScoreIndicator(String scoreIndicator) { this.scoreIndicator = scoreIndicator; }
|
|
322
|
164
|
|
|
323
|
|
- public String getEvidenceFile() { return evidenceFile; }
|
|
324
|
|
- public void setEvidenceFile(String evidenceFile) { this.evidenceFile = evidenceFile; }
|
|
325
|
|
-
|
|
326
|
|
- public String getRemark() { return remark; }
|
|
327
|
|
- public void setRemark(String remark) { this.remark = remark; }
|
|
328
|
|
-
|
|
329
|
165
|
public String getImportBatch() { return importBatch; }
|
|
330
|
166
|
public void setImportBatch(String importBatch) { this.importBatch = importBatch; }
|
|
331
|
167
|
|