|
|
@@ -15,7 +15,7 @@ import lombok.Data;
|
|
|
*/
|
|
|
@Data
|
|
|
@ColumnWidth(15) //列宽,最大值为255
|
|
|
-@HeadRowHeight(32) //表头行高
|
|
|
+@HeadRowHeight(48) //表头行高
|
|
|
@ContentRowHeight(16) //数据行高
|
|
|
public class SecurityWorkExport {
|
|
|
@ExcelProperty(value = {"序号", ""}, index = 0)
|
|
|
@@ -129,21 +129,21 @@ public class SecurityWorkExport {
|
|
|
private Integer foundDangerNumber;
|
|
|
@ExcelProperty(value = {"总行(联社)安全检查 ", "已整改隐患数"}, index = 54)
|
|
|
private Integer rectificationDangerNumber;
|
|
|
- @ExcelProperty(value = {"总行(联社)安全检查 ", "未整改隐患数(包含逾期整改、未整改隐患)"}, index = 55)
|
|
|
+ @ExcelProperty(value = {"总行(联社)安全检查 ", "未整改隐患数(包含待整改、已逾期、逾期整改)"}, index = 55)
|
|
|
private Integer noRectificationDangerNumber;
|
|
|
@ExcelProperty(value = {"营业网点安全检查", "本季度辖内所有营业网点组织开展自查次数(每个网点检查数量的累计数)"}, index = 56)
|
|
|
private Integer quarterSelfInspectNumber;
|
|
|
@ExcelProperty(value = {"安全教育", "本季度总行(联社)组织开展安全教育次数"}, index = 57)
|
|
|
private Integer quarterSafetyEducationNumber;
|
|
|
- @ExcelProperty(value = {"安全教育", "共计参与安全教育员工人次"}, index = 58)
|
|
|
- private Integer safetyEducationPeopleNumber;
|
|
|
- @ExcelProperty(value = {"总行(联社)预案演练", "本季度开展预案演练次数"}, index = 59)
|
|
|
+// @ExcelProperty(value = {"安全教育", "共计参与安全教育员工人次"}, index = 58)
|
|
|
+// private Integer safetyEducationPeopleNumber;
|
|
|
+ @ExcelProperty(value = {"总行(联社)预案演练", "本季度开展预案演练次数"}, index = 58)
|
|
|
private Integer quarterDrillNumber;
|
|
|
- @ExcelProperty(value = {"总行(联社)预案演练", "参与预案演练员工人次"}, index = 60)
|
|
|
- private Integer quarterDrillPeopleNumber;
|
|
|
- @ExcelProperty(value = {"营业网点预案演练", "本季度辖内所有营业网点开展预案演练次数(每个网点演练次数的累计数)"}, index = 61)
|
|
|
+// @ExcelProperty(value = {"总行(联社)预案演练", "参与预案演练员工人次"}, index = 60)
|
|
|
+// private Integer quarterDrillPeopleNumber;
|
|
|
+ @ExcelProperty(value = {"营业网点预案演练", "本季度辖内所有营业网点开展预案演练次数(每个网点演练次数的累计数)"}, index = 59)
|
|
|
private Integer quarterAllNetworkDrillNumber;
|
|
|
- @ExcelProperty(value = {"营业网点预案演练", "辖内所有营业网点参与预案演练员工人次"}, index = 62)
|
|
|
+ @ExcelProperty(value = {"营业网点预案演练", "辖内所有营业网点参与预案演练员工人次"}, index = 60)
|
|
|
private Integer quarterAllNetworkDrillPeopleNumber;
|
|
|
|
|
|
|