|
@@ -36,6 +36,8 @@ public class GImportVo implements Serializable {
|
|
|
private String idCard;
|
|
|
@ExcelProperty(value = "手机号")
|
|
|
private String phone;
|
|
|
+ @ExcelProperty(value = "现住人电话")
|
|
|
+ private String newPhone;
|
|
|
@ExcelProperty(value = "管理所")
|
|
|
private String administrative;
|
|
|
@ExcelProperty(value = "来源(请填写“新增”或“一体化平台”)")
|