|
|
@@ -9,6 +9,7 @@ import lombok.Data;
|
|
|
|
|
|
/**
|
|
|
* 安全保卫工作情况统计
|
|
|
+ *
|
|
|
* @author :LuoWei
|
|
|
* @date : 2023/11/29
|
|
|
*/
|
|
|
@@ -29,7 +30,7 @@ public class SecurityWorkExport {
|
|
|
@ExcelProperty(value = "营业网点达标数量(符合GA38-2015、2021标准)", index = 4)
|
|
|
private Integer reachNumber;
|
|
|
@ExcelProperty(value = "自有产权网点数", index = 5)
|
|
|
-private Integer ownPropertyNumber;
|
|
|
+ private Integer ownPropertyNumber;
|
|
|
@ExcelProperty(value = "区域外网点数", index = 6)
|
|
|
private Integer areaOutsideNumber;
|
|
|
@ExcelProperty(value = "业务库总量", index = 7)
|
|
|
@@ -45,7 +46,7 @@ private Integer ownPropertyNumber;
|
|
|
@ExcelProperty(value = "保管箱库", index = 7)
|
|
|
private Integer collectLibrary;
|
|
|
@ExcelProperty(value = "在行式总量", index = 7)
|
|
|
- private Integer onLineTotal;
|
|
|
+ private Integer onLineTotal;
|
|
|
@ExcelProperty(value = "在行式达标数量(符合GA38-2021标准)", index = 7)
|
|
|
private Integer onLineReachNumber;
|
|
|
@ExcelProperty(value = "离行式总量", index = 7)
|
|
|
@@ -53,17 +54,17 @@ private Integer ownPropertyNumber;
|
|
|
@ExcelProperty(value = "离行式达标数量(符合GA38-2021标准)", index = 7)
|
|
|
private Integer departureReachNumber;
|
|
|
@ExcelProperty(value = "自助设备总数", index = 7)
|
|
|
- private Integer selfServiceDevicesTotal;
|
|
|
+ private Integer selfServiceDevicesTotal;
|
|
|
@ExcelProperty(value = "在行大堂式机具", index = 7)
|
|
|
- private Integer onLineLobbyImplement;
|
|
|
+ private Integer onLineLobbyImplement;
|
|
|
@ExcelProperty(value = "在行式穿墙式机具", index = 7)
|
|
|
- private Integer onLineThroughWalls;
|
|
|
+ private Integer onLineThroughWalls;
|
|
|
@ExcelProperty(value = "离行式大堂式机具", index = 7)
|
|
|
- private Integer departureLobbyImplement;
|
|
|
+ private Integer departureLobbyImplement;
|
|
|
@ExcelProperty(value = "离行式穿墙式机具", index = 7)
|
|
|
- private Integer departureThroughWalls;
|
|
|
+ private Integer departureThroughWalls;
|
|
|
@ExcelProperty(value = "中心建设时间(年)", index = 7)
|
|
|
- private String centerConstructionTime;
|
|
|
+ private String centerConstructionTime;
|
|
|
@ExcelProperty(value = "监控平台最近一次升级改造时间(年", index = 7)
|
|
|
private String transformTime;
|
|
|
@ExcelProperty(value = "监控中心平台品牌", index = 7)
|
|
|
@@ -71,7 +72,7 @@ private Integer ownPropertyNumber;
|
|
|
@ExcelProperty(value = "视频监控摄像头总路数", index = 7)
|
|
|
private Integer cameraTotal;
|
|
|
@ExcelProperty(value = "是否实现远程控制和实时授权的功能", index = 7)
|
|
|
- private String remoteControl;
|
|
|
+ private String remoteControl;
|
|
|
@ExcelProperty(value = "本地值守网点数量(由员工进行同楼异地值守)", index = 7)
|
|
|
private Integer localDutyNetworkNumber;
|
|
|
@ExcelProperty(value = "异地值守网点数量(由监控中心进行远程值守)", index = 7)
|
|
|
@@ -83,7 +84,7 @@ private Integer ownPropertyNumber;
|
|
|
@ExcelProperty(value = "其中,内部保安人数(含派遣)", index = 7)
|
|
|
private Integer internalCertificateNumber;
|
|
|
@ExcelProperty(value = "其中,外聘保安人数", index = 7)
|
|
|
- private Integer outsourceCertificateNumber;
|
|
|
+ private Integer outsourceCertificateNumber;
|
|
|
@ExcelProperty(value = "配有保安网点数 ", index = 7)
|
|
|
private Integer haveSecurityNetworkNumber;
|
|
|
@ExcelProperty(value = "本季度辖内所有营业网点组织开展自查次数(每个网点检查数量的累计数)", index = 7)
|
|
|
@@ -102,21 +103,4 @@ private Integer ownPropertyNumber;
|
|
|
private Integer quarterAllNetworkDrillPeopleNumber;
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
}
|