|
|
@@ -15,97 +15,113 @@ import lombok.Data;
|
|
|
*/
|
|
|
@Data
|
|
|
@ColumnWidth(15) //列宽,最大值为255
|
|
|
-@HeadRowHeight(16) //表头行高
|
|
|
+@HeadRowHeight(32) //表头行高
|
|
|
@ContentRowHeight(16) //数据行高
|
|
|
public class SecurityWorkExport {
|
|
|
- @ExcelProperty(value ={"序号",""} , index = 0)
|
|
|
+ @ExcelProperty(value = {"序号", ""}, index = 0)
|
|
|
@TableField(exist = false)
|
|
|
private String xh;
|
|
|
@ExcelProperty(value = "地区", index = 1)
|
|
|
private String city;
|
|
|
- @ExcelProperty(value = {"项目","单位"}, index = 2)
|
|
|
+ @ExcelProperty(value = {"项目", "单位"}, index = 2)
|
|
|
private String orgName;
|
|
|
- @ExcelProperty(value = {"营业网点总数","营业网点总量"}, index = 3)
|
|
|
+ @ExcelProperty(value = {"营业网点总数", "营业网点总量"}, index = 3)
|
|
|
private Integer networkNumber;
|
|
|
- @ExcelProperty(value = {"营业网点总数","营业网点达标数量(符合GA38-2015、2021标准)"}, index = 4)
|
|
|
+ @ExcelProperty(value = {"营业网点总数", "营业网点达标数量(符合GA38-2015、2021标准)"}, index = 4)
|
|
|
private Integer reachNumber;
|
|
|
- @ExcelProperty(value = {"营业网点总数","自有产权网点数"}, index = 5)
|
|
|
+ @ExcelProperty(value = {"营业网点总数", "自有产权网点数"}, index = 5)
|
|
|
private Integer ownPropertyNumber;
|
|
|
- @ExcelProperty(value = {"营业网点总数","区域外网点数"}, index = 6)
|
|
|
+ @ExcelProperty(value = {"营业网点总数", "区域外网点数"}, index = 6)
|
|
|
private Integer areaOutsideNumber;
|
|
|
- @ExcelProperty(value = {"业务库","业务库总量"}, index = 7)
|
|
|
+ @ExcelProperty(value = {"业务库", "业务库总量"}, index = 7)
|
|
|
private Integer businessLibraryTotal;
|
|
|
- @ExcelProperty(value = {"业务库","一类库"}, index = 8)
|
|
|
+ @ExcelProperty(value = {"业务库", "一类库"}, index = 8)
|
|
|
private Integer oneLibrary;
|
|
|
- @ExcelProperty(value = {"业务库","二类库"}, index = 9)
|
|
|
+ @ExcelProperty(value = {"业务库", "二类库"}, index = 9)
|
|
|
private Integer twoLibrary;
|
|
|
- @ExcelProperty(value = {"业务库","三类库"}, index = 10)
|
|
|
+ @ExcelProperty(value = {"业务库", "三类库"}, index = 10)
|
|
|
private Integer threeLibrary;
|
|
|
- @ExcelProperty(value = {"业务库","四类库"}, index = 11)
|
|
|
+ @ExcelProperty(value = {"业务库", "四类库"}, index = 11)
|
|
|
private Integer fourLibrary;
|
|
|
@ExcelProperty(value = "保管箱库", index = 12)
|
|
|
private Integer collectLibrary;
|
|
|
- @ExcelProperty(value = {"自助银行","在行式总量"}, index = 13)
|
|
|
+ @ExcelProperty(value = {"自助银行", "在行式总量"}, index = 13)
|
|
|
private Integer onLineTotal;
|
|
|
- @ExcelProperty(value = "在行式达标数量(符合GA38-2021标准)", index = 14)
|
|
|
+ @ExcelProperty(value = {"自助银行","在行式达标数量(符合GA38-2021标准)"}, index = 14)
|
|
|
private Integer onLineReachNumber;
|
|
|
- @ExcelProperty(value = "离行式总量", index = 15)
|
|
|
+ @ExcelProperty(value ={"自助银行","离行式总量"} , index = 15)
|
|
|
private Integer departureTotal;
|
|
|
- @ExcelProperty(value = "离行式达标数量(符合GA38-2021标准)", index = 16)
|
|
|
+ @ExcelProperty(value = {"自助银行","离行式达标数量(符合GA38-2021标准)"}, index = 16)
|
|
|
private Integer departureReachNumber;
|
|
|
- @ExcelProperty(value = "自助设备总数", index = 17)
|
|
|
+ @ExcelProperty(value = {"自助设备","自助设备总数"}, index = 17)
|
|
|
private Integer selfServiceDevicesTotal;
|
|
|
- @ExcelProperty(value = "在行大堂式机具", index = 18)
|
|
|
+ @ExcelProperty(value = {"自助设备","在行大堂式机具"}, index = 18)
|
|
|
private Integer onLineLobbyImplement;
|
|
|
- @ExcelProperty(value = "在行式穿墙式机具", index = 19)
|
|
|
+ @ExcelProperty(value = {"自助设备","在行式穿墙式机具"}, index = 19)
|
|
|
private Integer onLineThroughWalls;
|
|
|
- @ExcelProperty(value = "离行式大堂式机具", index = 20)
|
|
|
+ @ExcelProperty(value = {"自助设备","离行式大堂式机具"}, index = 20)
|
|
|
private Integer departureLobbyImplement;
|
|
|
- @ExcelProperty(value = "离行式穿墙式机具", index = 21)
|
|
|
+ @ExcelProperty(value = {"自助设备","离行式穿墙式机具"}, index = 21)
|
|
|
private Integer departureThroughWalls;
|
|
|
- @ExcelProperty(value = "中心建设时间(年)", index = 22)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","中心建设时间(年)"}, index = 22)
|
|
|
private String centerConstructionTime;
|
|
|
- @ExcelProperty(value = "监控平台最近一次升级改造时间(年", index = 23)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","监控平台最近一次升级改造时间(年)"}, index = 23)
|
|
|
private String transformTime;
|
|
|
- @ExcelProperty(value = "监控中心平台品牌", index = 24)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","监控中心平台品牌"}, index = 24)
|
|
|
private String brand;
|
|
|
- @ExcelProperty(value = "视频监控摄像头总路数", index = 25)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","视频监控摄像头总路数"}, index = 25)
|
|
|
private Integer cameraTotal;
|
|
|
- @ExcelProperty(value = "视频监控摄像头高清摄像机路数", index = 26)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","视频监控摄像头高清摄像机路数"}, index = 26)
|
|
|
private Integer definitionNumber;
|
|
|
- @ExcelProperty(value = "是否实现远程控制和实时授权的功能", index = 27)
|
|
|
- private String remoteControl;
|
|
|
- @ExcelProperty(value = "离行式自助银行加钞间出入口设置数量", index = 28)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","是否实现远程控制和实时授权的功能","离行式自助银行加钞间出入口设置数量"}, index = 27)
|
|
|
private Integer cashAddingRoom;
|
|
|
- @ExcelProperty(value = "业务库(不含保管箱库)防控隔离门出入口设置数量", index = 29)
|
|
|
+ @ExcelProperty(value = {"监控中心建设","是否实现远程控制和实时授权的功能","业务库(不含保管箱库)防控隔离门出入口设置数量"}, index = 28)
|
|
|
private Integer remoteCount;
|
|
|
- @ExcelProperty(value = "本地值守网点数量(由员工进行同楼异地值守)", index = 30)
|
|
|
+ @ExcelProperty(value = {"营业网点夜间值守","本地值守网点数量(由员工进行同楼异地值守)"}, index = 29)
|
|
|
private Integer localDutyNetworkNumber;
|
|
|
- @ExcelProperty(value = "异地值守网点数量(由监控中心进行远程值守)", index = 31)
|
|
|
+ @ExcelProperty(value = {"营业网点夜间值守","异地值守网点数量(由监控中心进行远程值守)"}, index = 30)
|
|
|
private Integer remoteDutyNetworkNumber;
|
|
|
- @ExcelProperty(value = "监控中心安保卫持证人数", index = 32)
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","是否设立独立机构数"}, index = 31)
|
|
|
+ private Integer isAlone;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","部门负责人、一般管理人员和监控中心负责人为专职人数"}, index = 32)
|
|
|
+ private Integer ManagerFullTime;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","部门负责人、一般管理人员和监控中心负责人为兼职职人数"}, index = 33)
|
|
|
+ private Integer ManagerPartTime;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","部门负责人、一般管理人员和监控中心负责人安保持证人数"}, index = 34)
|
|
|
+ private Integer ManagerCertificate;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","监控中心人员情况","是否设专(兼)职主任"}, index = 35)
|
|
|
+ private String isLeader;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","监控中心人员情况","是否设专(兼)职技术维护岗"}, index = 36)
|
|
|
+ private String isTechnology;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","监控中心人员情况","人员合计"}, index = 37)
|
|
|
+ private Integer monitorTotal;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","监控中心人员情况","其中,内部员工人数(含派遣)"}, index = 38)
|
|
|
+ private Integer innerPeople;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","监控中心人员情况","其中,外聘员工人数"}, index = 39)
|
|
|
+ private Integer outPeople;
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","监控中心安保卫持证人数"}, index = 40)
|
|
|
private Integer certificatePeopleNumber;
|
|
|
- @ExcelProperty(value = "人员合计", index = 33)
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","营业网点保安人员数","人员合计"}, index = 41)
|
|
|
private Integer certificateTotal;
|
|
|
- @ExcelProperty(value = "其中,内部保安人数(含派遣)", index = 34)
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","营业网点保安人员数","其中,内部保安人数(含派遣)"}, index = 42)
|
|
|
private Integer internalCertificateNumber;
|
|
|
- @ExcelProperty(value = "其中,外聘保安人数", index = 35)
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","营业网点保安人员数","其中,外聘保安人数"}, index = 43)
|
|
|
private Integer outsourceCertificateNumber;
|
|
|
- @ExcelProperty(value = "配有保安网点数 ", index = 36)
|
|
|
+ @ExcelProperty(value = {"机构及人员配备","配有保安网点数"}, index = 44)
|
|
|
private Integer haveSecurityNetworkNumber;
|
|
|
- @ExcelProperty(value = "本季度辖内所有营业网点组织开展自查次数(每个网点检查数量的累计数)", index = 37)
|
|
|
+ @ExcelProperty(value = {"营业网点安全检查","本季度辖内所有营业网点组织开展自查次数(每个网点检查数量的累计数)"}, index = 45)
|
|
|
private Integer quarterSelfInspectNumber;
|
|
|
- @ExcelProperty(value = "本季度度总行(联社)组织开展安全教育次数", index = 38)
|
|
|
+ @ExcelProperty(value = {"安全教育","本季度度总行(联社)组织开展安全教育次数"}, index = 46)
|
|
|
private Integer quarterSafetyEducationNumber;
|
|
|
- @ExcelProperty(value = "共计参与安全教育员工人次", index = 39)
|
|
|
+ @ExcelProperty(value = {"安全教育","共计参与安全教育员工人次"}, index = 47)
|
|
|
private Integer safetyEducationPeopleNumber;
|
|
|
- @ExcelProperty(value = "本季度开展预案演练次数", index = 40)
|
|
|
+ @ExcelProperty(value = {"总行(联社)预案演练","本季度开展预案演练次数"}, index = 48)
|
|
|
private Integer quarterDrillNumber;
|
|
|
- @ExcelProperty(value = "参与预案演练员工人次", index = 41)
|
|
|
+ @ExcelProperty(value = {"总行(联社)预案演练","参与预案演练员工人次"}, index = 49)
|
|
|
private Integer quarterDrillPeopleNumber;
|
|
|
- @ExcelProperty(value = "本季度辖内所有营业网点开展预案演练次数(每个网点演练次数的累计数)", index = 42)
|
|
|
+ @ExcelProperty(value = {"营业网点预案演练","本季度辖内所有营业网点开展预案演练次数(每个网点演练次数的累计数)"}, index = 50)
|
|
|
private Integer quarterAllNetworkDrillNumber;
|
|
|
- @ExcelProperty(value = "辖内所有营业网点参与预案演练员工人次", index = 43)
|
|
|
+ @ExcelProperty(value = {"营业网点预案演练","辖内所有营业网点参与预案演练员工人次"}, index = 51)
|
|
|
private Integer quarterAllNetworkDrillPeopleNumber;
|
|
|
|
|
|
|