|
|
@@ -21,7 +21,7 @@ public class LedgerSecurityTest 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
|
27
|
@Excel(name = "测试区域")
|
|
|
@@ -35,24 +35,22 @@ public class LedgerSecurityTest extends BaseEntity {
|
|
35
|
35
|
|
|
36
|
36
|
private Long deptId;
|
|
37
|
37
|
|
|
38
|
|
- @Excel(name = "队室/班组")
|
|
39
|
38
|
private String teamName;
|
|
40
|
39
|
|
|
41
|
40
|
private Long teamId;
|
|
42
|
41
|
|
|
43
|
|
- @Excel(name = "小组")
|
|
44
|
42
|
private String groupName;
|
|
45
|
43
|
|
|
46
|
44
|
private Long groupId;
|
|
47
|
45
|
|
|
48
|
46
|
private Long areaId;
|
|
49
|
47
|
|
|
50
|
|
- @Excel(name = "测试人")
|
|
|
48
|
+ @Excel(name = "测试人员")
|
|
51
|
49
|
private String testerName;
|
|
52
|
50
|
|
|
53
|
51
|
private Long testerId;
|
|
54
|
52
|
|
|
55
|
|
- @Excel(name = "被测人")
|
|
|
53
|
+ @Excel(name = "被测试人员")
|
|
56
|
54
|
private String testedName;
|
|
57
|
55
|
|
|
58
|
56
|
private Long testedId;
|
|
|
@@ -65,36 +63,24 @@ public class LedgerSecurityTest extends BaseEntity {
|
|
65
|
63
|
@Excel(name = "测试项目")
|
|
66
|
64
|
private String testItem;
|
|
67
|
65
|
|
|
68
|
|
- @Excel(name = "测试结果")
|
|
|
66
|
+ @Excel(name = "测试物品")
|
|
69
|
67
|
private String testResult;
|
|
70
|
68
|
|
|
71
|
|
- @Excel(name = "问题描述")
|
|
|
69
|
+ @Excel(name = "图片或视频")
|
|
|
70
|
+ private String evidenceFile;
|
|
|
71
|
+
|
|
|
72
|
+ @Excel(name = "是否通过")
|
|
72
|
73
|
private String problemDesc;
|
|
73
|
74
|
|
|
74
|
|
- @Excel(name = "处理结果")
|
|
75
|
|
- private String resultHandling;
|
|
|
75
|
+ @Excel(name = "层级")
|
|
|
76
|
+ private String testLevel;
|
|
76
|
77
|
|
|
77
|
|
- @Excel(name = "复查地点及时间")
|
|
78
|
|
- private String reviewLocationTime;
|
|
|
78
|
+ @Excel(name = "整改措施")
|
|
|
79
|
+ private String resultHandling;
|
|
79
|
80
|
|
|
80
|
81
|
@Excel(name = "整改材料")
|
|
81
|
82
|
private String reviewMaterial;
|
|
82
|
83
|
|
|
83
|
|
- @Excel(name = "推送队室质控员")
|
|
84
|
|
- private String pushTeamQc;
|
|
85
|
|
-
|
|
86
|
|
- @Excel(name = "推送质控队长")
|
|
87
|
|
- private String pushQcCaptain;
|
|
88
|
|
-
|
|
89
|
|
- @Excel(name = "队室内勤")
|
|
90
|
|
- private String teamInternalDuty;
|
|
91
|
|
-
|
|
92
|
|
- @Excel(name = "点击推送至相关人员")
|
|
93
|
|
- private String pushToRelevant;
|
|
94
|
|
-
|
|
95
|
|
- @Excel(name = "队室负责人")
|
|
96
|
|
- private String teamLeader;
|
|
97
|
|
-
|
|
98
|
84
|
@Excel(name = "扣分")
|
|
99
|
85
|
private BigDecimal deductScore;
|
|
100
|
86
|
|
|
|
@@ -107,12 +93,6 @@ public class LedgerSecurityTest extends BaseEntity {
|
|
107
|
93
|
@Excel(name = "评分指标")
|
|
108
|
94
|
private String scoreIndicator;
|
|
109
|
95
|
|
|
110
|
|
- @Excel(name = "佐证附件")
|
|
111
|
|
- private String evidenceFile;
|
|
112
|
|
-
|
|
113
|
|
- @Excel(name = "备注")
|
|
114
|
|
- private String remark;
|
|
115
|
|
-
|
|
116
|
96
|
private String importBatch;
|
|
117
|
97
|
|
|
118
|
98
|
@Excel(name = "数据来源")
|
|
|
@@ -127,36 +107,72 @@ public class LedgerSecurityTest extends BaseEntity {
|
|
127
|
107
|
public Date getRecordDate() { return recordDate; }
|
|
128
|
108
|
public void setRecordDate(Date recordDate) { this.recordDate = recordDate; }
|
|
129
|
109
|
|
|
|
110
|
+ public String getRegion() { return region; }
|
|
|
111
|
+ public void setRegion(String region) { this.region = region; }
|
|
|
112
|
+
|
|
|
113
|
+ public String getChannel() { return channel; }
|
|
|
114
|
+ public void setChannel(String channel) { this.channel = channel; }
|
|
|
115
|
+
|
|
130
|
116
|
public String getDeptName() { return deptName; }
|
|
131
|
117
|
public void setDeptName(String deptName) { this.deptName = deptName; }
|
|
132
|
118
|
|
|
|
119
|
+ public Long getDeptId() { return deptId; }
|
|
|
120
|
+ public void setDeptId(Long deptId) { this.deptId = deptId; }
|
|
|
121
|
+
|
|
133
|
122
|
public String getTeamName() { return teamName; }
|
|
134
|
123
|
public void setTeamName(String teamName) { this.teamName = teamName; }
|
|
135
|
124
|
|
|
|
125
|
+ public Long getTeamId() { return teamId; }
|
|
|
126
|
+ public void setTeamId(Long teamId) { this.teamId = teamId; }
|
|
|
127
|
+
|
|
136
|
128
|
public String getGroupName() { return groupName; }
|
|
137
|
129
|
public void setGroupName(String groupName) { this.groupName = groupName; }
|
|
138
|
130
|
|
|
|
131
|
+ public Long getGroupId() { return groupId; }
|
|
|
132
|
+ public void setGroupId(Long groupId) { this.groupId = groupId; }
|
|
|
133
|
+
|
|
|
134
|
+ public Long getAreaId() { return areaId; }
|
|
|
135
|
+ public void setAreaId(Long areaId) { this.areaId = areaId; }
|
|
|
136
|
+
|
|
139
|
137
|
public String getTesterName() { return testerName; }
|
|
140
|
138
|
public void setTesterName(String testerName) { this.testerName = testerName; }
|
|
141
|
139
|
|
|
|
140
|
+ public Long getTesterId() { return testerId; }
|
|
|
141
|
+ public void setTesterId(Long testerId) { this.testerId = testerId; }
|
|
|
142
|
+
|
|
142
|
143
|
public String getTestedName() { return testedName; }
|
|
143
|
144
|
public void setTestedName(String testedName) { this.testedName = testedName; }
|
|
144
|
145
|
|
|
|
146
|
+ public Long getTestedId() { return testedId; }
|
|
|
147
|
+ public void setTestedId(Long testedId) { this.testedId = testedId; }
|
|
|
148
|
+
|
|
145
|
149
|
public String getTestType() { return testType; }
|
|
146
|
150
|
public void setTestType(String testType) { this.testType = testType; }
|
|
147
|
151
|
|
|
|
152
|
+ public Long getPositionId() { return positionId; }
|
|
|
153
|
+ public void setPositionId(Long positionId) { this.positionId = positionId; }
|
|
|
154
|
+
|
|
148
|
155
|
public String getTestItem() { return testItem; }
|
|
149
|
156
|
public void setTestItem(String testItem) { this.testItem = testItem; }
|
|
150
|
157
|
|
|
151
|
158
|
public String getTestResult() { return testResult; }
|
|
152
|
159
|
public void setTestResult(String testResult) { this.testResult = testResult; }
|
|
153
|
160
|
|
|
|
161
|
+ public String getEvidenceFile() { return evidenceFile; }
|
|
|
162
|
+ public void setEvidenceFile(String evidenceFile) { this.evidenceFile = evidenceFile; }
|
|
|
163
|
+
|
|
154
|
164
|
public String getProblemDesc() { return problemDesc; }
|
|
155
|
165
|
public void setProblemDesc(String problemDesc) { this.problemDesc = problemDesc; }
|
|
156
|
166
|
|
|
|
167
|
+ public String getTestLevel() { return testLevel; }
|
|
|
168
|
+ public void setTestLevel(String testLevel) { this.testLevel = testLevel; }
|
|
|
169
|
+
|
|
157
|
170
|
public String getResultHandling() { return resultHandling; }
|
|
158
|
171
|
public void setResultHandling(String resultHandling) { this.resultHandling = resultHandling; }
|
|
159
|
172
|
|
|
|
173
|
+ public String getReviewMaterial() { return reviewMaterial; }
|
|
|
174
|
+ public void setReviewMaterial(String reviewMaterial) { this.reviewMaterial = reviewMaterial; }
|
|
|
175
|
+
|
|
160
|
176
|
public BigDecimal getDeductScore() { return deductScore; }
|
|
161
|
177
|
public void setDeductScore(BigDecimal deductScore) { this.deductScore = deductScore; }
|
|
162
|
178
|
|
|
|
@@ -169,66 +185,12 @@ public class LedgerSecurityTest extends BaseEntity {
|
|
169
|
185
|
public String getScoreIndicator() { return scoreIndicator; }
|
|
170
|
186
|
public void setScoreIndicator(String scoreIndicator) { this.scoreIndicator = scoreIndicator; }
|
|
171
|
187
|
|
|
172
|
|
- public String getEvidenceFile() { return evidenceFile; }
|
|
173
|
|
- public void setEvidenceFile(String evidenceFile) { this.evidenceFile = evidenceFile; }
|
|
174
|
|
-
|
|
175
|
|
- public String getRemark() { return remark; }
|
|
176
|
|
- public void setRemark(String remark) { this.remark = remark; }
|
|
177
|
|
-
|
|
178
|
188
|
public String getImportBatch() { return importBatch; }
|
|
179
|
189
|
public void setImportBatch(String importBatch) { this.importBatch = importBatch; }
|
|
180
|
190
|
|
|
181
|
191
|
public String getSourceType() { return sourceType; }
|
|
182
|
192
|
public void setSourceType(String sourceType) { this.sourceType = sourceType; }
|
|
183
|
193
|
|
|
184
|
|
- public String getRegion() { return region; }
|
|
185
|
|
- public void setRegion(String region) { this.region = region; }
|
|
186
|
|
-
|
|
187
|
|
- public String getChannel() { return channel; }
|
|
188
|
|
- public void setChannel(String channel) { this.channel = channel; }
|
|
189
|
|
-
|
|
190
|
|
- public Long getDeptId() { return deptId; }
|
|
191
|
|
- public void setDeptId(Long deptId) { this.deptId = deptId; }
|
|
192
|
|
-
|
|
193
|
|
- public Long getTeamId() { return teamId; }
|
|
194
|
|
- public void setTeamId(Long teamId) { this.teamId = teamId; }
|
|
195
|
|
-
|
|
196
|
|
- public Long getGroupId() { return groupId; }
|
|
197
|
|
- public void setGroupId(Long groupId) { this.groupId = groupId; }
|
|
198
|
|
-
|
|
199
|
|
- public Long getAreaId() { return areaId; }
|
|
200
|
|
- public void setAreaId(Long areaId) { this.areaId = areaId; }
|
|
201
|
|
-
|
|
202
|
|
- public Long getTesterId() { return testerId; }
|
|
203
|
|
- public void setTesterId(Long testerId) { this.testerId = testerId; }
|
|
204
|
|
-
|
|
205
|
|
- public Long getTestedId() { return testedId; }
|
|
206
|
|
- public void setTestedId(Long testedId) { this.testedId = testedId; }
|
|
207
|
|
-
|
|
208
|
|
- public Long getPositionId() { return positionId; }
|
|
209
|
|
- public void setPositionId(Long positionId) { this.positionId = positionId; }
|
|
210
|
|
-
|
|
211
|
|
- public String getReviewLocationTime() { return reviewLocationTime; }
|
|
212
|
|
- public void setReviewLocationTime(String reviewLocationTime) { this.reviewLocationTime = reviewLocationTime; }
|
|
213
|
|
-
|
|
214
|
|
- public String getReviewMaterial() { return reviewMaterial; }
|
|
215
|
|
- public void setReviewMaterial(String reviewMaterial) { this.reviewMaterial = reviewMaterial; }
|
|
216
|
|
-
|
|
217
|
|
- public String getPushTeamQc() { return pushTeamQc; }
|
|
218
|
|
- public void setPushTeamQc(String pushTeamQc) { this.pushTeamQc = pushTeamQc; }
|
|
219
|
|
-
|
|
220
|
|
- public String getPushQcCaptain() { return pushQcCaptain; }
|
|
221
|
|
- public void setPushQcCaptain(String pushQcCaptain) { this.pushQcCaptain = pushQcCaptain; }
|
|
222
|
|
-
|
|
223
|
|
- public String getTeamInternalDuty() { return teamInternalDuty; }
|
|
224
|
|
- public void setTeamInternalDuty(String teamInternalDuty) { this.teamInternalDuty = teamInternalDuty; }
|
|
225
|
|
-
|
|
226
|
|
- public String getPushToRelevant() { return pushToRelevant; }
|
|
227
|
|
- public void setPushToRelevant(String pushToRelevant) { this.pushToRelevant = pushToRelevant; }
|
|
228
|
|
-
|
|
229
|
|
- public String getTeamLeader() { return teamLeader; }
|
|
230
|
|
- public void setTeamLeader(String teamLeader) { this.teamLeader = teamLeader; }
|
|
231
|
|
-
|
|
232
|
194
|
public String getSyncFlag() { return syncFlag; }
|
|
233
|
195
|
public void setSyncFlag(String syncFlag) { this.syncFlag = syncFlag; }
|
|
234
|
196
|
}
|