|
|
@@ -27,7 +27,7 @@ public class OrgExtendExport {
|
|
|
@ExcelProperty(value = "地区", index = 1)
|
|
|
private String city;
|
|
|
|
|
|
- @ExcelProperty(value = "行社", index = 2)
|
|
|
+ @ExcelProperty(value = "单位", index = 2)
|
|
|
private String affiliatedBank;
|
|
|
|
|
|
@ExcelProperty(value = "机构简称", index = 3)
|
|
|
@@ -39,33 +39,31 @@ public class OrgExtendExport {
|
|
|
@ExcelProperty(value = "地址", index = 5)
|
|
|
private String address;
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- @ExcelProperty(value = "建设时间", index = 6)
|
|
|
- private Date constructionTime;
|
|
|
+ @ExcelProperty(value = "中心建设时间(年)", index = 6)
|
|
|
+ private String constructionTime;
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- @ExcelProperty(value = "最近一次改造时间", index = 7)
|
|
|
- private Date lastUpdateTime;
|
|
|
+ @ExcelProperty(value = "监控平台最近一次升级改造时间(年)", index = 7)
|
|
|
+ private String lastUpdateTime;
|
|
|
|
|
|
- @ExcelProperty(value = "系统平台品牌", index = 8)
|
|
|
+ @ExcelProperty(value = "监控中心平台品牌", index = 8)
|
|
|
private String platformBrand;
|
|
|
|
|
|
- @ExcelProperty(value = "离行式加钞间出入口数量", index = 9)
|
|
|
+ @ExcelProperty(value = {"未实现远程控制和实时授权功能", "离行式自助银行加钞间出入口设置数量"}, index = 9)
|
|
|
private Integer cashAddingRoom;
|
|
|
|
|
|
- @ExcelProperty(value = "可远程控制和实时授权出入口数量(离行式)", index = 10)
|
|
|
- private Integer cashAddingRoomControlCount;
|
|
|
-
|
|
|
- @ExcelProperty(value = "业务库防控隔离门出入口数量", index = 11)
|
|
|
+ @ExcelProperty(value = {"未实现远程控制和实时授权功能", "业务库(不含保管箱库)防控隔离门出入口设置数量"}, index = 10)
|
|
|
private Integer remoteCount;
|
|
|
|
|
|
- @ExcelProperty(value = "可远程控制和实时授权出入口数量(业务库)", index = 12)
|
|
|
+ @ExcelProperty(value = {"实现远程控制和实时授权功能", "离行式自助银行加钞间出入口设置数量"}, index = 11)
|
|
|
+ private Integer cashAddingRoomControlCount;
|
|
|
+
|
|
|
+ @ExcelProperty(value = {"实现远程控制和实时授权功能", "业务库(不含保管箱库)防控隔离门出入口设置数量"}, index = 12)
|
|
|
private Integer remoteControlCount;
|
|
|
|
|
|
- @ExcelProperty(value= "全辖摄像头总路数", index = 13)
|
|
|
+ @ExcelProperty(value= "视频监控摄像头总路数", index = 13)
|
|
|
private Integer totalCameraCount;
|
|
|
|
|
|
- @ExcelProperty(value = "全辖高清摄像头路数", index = 14)
|
|
|
+ @ExcelProperty(value = "视频监控摄像头高清摄像机路数", index = 14)
|
|
|
private Integer hdCameraCount;
|
|
|
|
|
|
@ExcelProperty(value = "产权类型", index = 15)
|
|
|
@@ -83,30 +81,36 @@ public class OrgExtendExport {
|
|
|
@ExcelProperty(value = "是否设立在行式自助银行", index = 19)
|
|
|
private String selfServiceBank;
|
|
|
|
|
|
- @ExcelProperty(value = "穿墙式设备", index = 20)
|
|
|
- private Integer detachedWallPenetratingEquipment;
|
|
|
+ @ExcelProperty(value = "在行式大堂式机具", index = 21)
|
|
|
+ private Integer onLineLobbyEquipment;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "在行式穿墙式机具", index = 20)
|
|
|
+ private Integer onLineWallPenetratingEquipment;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "离行式大堂式机具", index = 22)
|
|
|
+ private Integer departureLobbyEquipment;
|
|
|
|
|
|
- @ExcelProperty(value = "大堂式设备", index = 21)
|
|
|
- private Integer detachedLobbyEquipment;
|
|
|
+ @ExcelProperty(value = "离行式穿墙式机具", index = 23)
|
|
|
+ private Integer departureWallPenetratingEquipment;
|
|
|
|
|
|
- @ExcelProperty(value = "是否设立业务库", index = 22)
|
|
|
+ @ExcelProperty(value = "是否设立业务库", index = 24)
|
|
|
private String businessLibrary;
|
|
|
|
|
|
- @ExcelProperty(value = "业务库类型", index = 23)
|
|
|
+ @ExcelProperty(value = "业务库类型", index = 25)
|
|
|
private String businessLibraryTypeName;
|
|
|
|
|
|
- @ExcelProperty(value = "是否配备保安人员", index = 24)
|
|
|
+ @ExcelProperty(value = "是否配备保安人员", index = 26)
|
|
|
private String askari;
|
|
|
|
|
|
- @ExcelProperty(value = "内部保安人数", index = 25)
|
|
|
+ @ExcelProperty(value = "内部保安人数(含派遣)", index = 27)
|
|
|
private Integer innerCount;
|
|
|
|
|
|
- @ExcelProperty(value = "外聘保安人数", index = 26)
|
|
|
+ @ExcelProperty(value = "外聘保安人数", index = 28)
|
|
|
private Integer outsideCount;
|
|
|
|
|
|
- @ExcelProperty(value = "是否取得保安证书", index = 27)
|
|
|
+ @ExcelProperty(value = "是否取得保安证书", index = 29)
|
|
|
private String isAskariCertificate;
|
|
|
|
|
|
- @ExcelProperty(value = "保安证", index = 28,converter = ImgUrlConverter.class)
|
|
|
- private String askariCertificate;
|
|
|
+// @ExcelProperty(value = "保安证", index = 30,converter = ImgUrlConverter.class)
|
|
|
+// private String askariCertificate;
|
|
|
}
|