|
|
@ -24,6 +24,7 @@ public class IcMoveInRecordExcel implements Serializable { |
|
|
|
private static final long serialVersionUID = -12110233388005838L; |
|
|
|
@ExcelProperty(value = "姓名") |
|
|
|
@Excel(name = "姓名") |
|
|
|
@ColumnWidth(20) |
|
|
|
private String name; |
|
|
|
|
|
|
|
@ExcelProperty(value = "所属网格") |
|
|
@ -37,11 +38,11 @@ public class IcMoveInRecordExcel implements Serializable { |
|
|
|
private String allName; |
|
|
|
|
|
|
|
@ExcelProperty(value = "手机号") |
|
|
|
@Excel(name = "手机号") |
|
|
|
@ColumnWidth(20) |
|
|
|
private String mobile; |
|
|
|
|
|
|
|
@ExcelProperty(value = "身份证号") |
|
|
|
@ColumnWidth(20) |
|
|
|
@ColumnWidth(25) |
|
|
|
@Excel(name = "身份证号") |
|
|
|
private String idCard; |
|
|
|
|
|
|
|