|
@ -24,19 +24,19 @@ public class DataSyncRecordMaritalExcel { |
|
|
private String name; |
|
|
private String name; |
|
|
|
|
|
|
|
|
@ColumnWidth(25) |
|
|
@ColumnWidth(25) |
|
|
@ExcelProperty("身份证") |
|
|
@ExcelProperty("证件号") |
|
|
private String idCard; |
|
|
private String idCard; |
|
|
|
|
|
|
|
|
@ColumnWidth(25) |
|
|
@ColumnWidth(25) |
|
|
@ExcelProperty("婚姻状况") |
|
|
@ExcelProperty("婚姻状态") |
|
|
private String maritalStatus; |
|
|
private String maritalStatus; |
|
|
|
|
|
|
|
|
@ColumnWidth(25) |
|
|
@ColumnWidth(25) |
|
|
@ExcelProperty("处理状态") |
|
|
@ExcelProperty("状态") |
|
|
private String dealStatusName; |
|
|
private String dealStatusName; |
|
|
|
|
|
|
|
|
@ColumnWidth(25) |
|
|
@ColumnWidth(25) |
|
|
@ExcelProperty("处理结果") |
|
|
@ExcelProperty("失败原因") |
|
|
private String dealResult; |
|
|
private String dealResult; |
|
|
|
|
|
|
|
|
} |
|
|
} |