|
|
@@ -18,34 +18,34 @@ import lombok.Data;
|
|
|
@HeadRowHeight(16) //表头行高
|
|
|
@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)
|
|
|
private Integer onLineReachNumber;
|