|
|
@ -31,22 +31,34 @@ import java.util.Date; |
|
|
@Data |
|
|
@Data |
|
|
public class PopulationInformationExcel { |
|
|
public class PopulationInformationExcel { |
|
|
|
|
|
|
|
|
@Excel(name = "主键") |
|
|
/*@Excel(name = "主键") |
|
|
private String id; |
|
|
private String id;*/ |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "辖区范围") |
|
|
|
|
|
private String gridNames; |
|
|
|
|
|
|
|
|
@Excel(name = "姓名") |
|
|
@Excel(name = "姓名") |
|
|
private String residentsName; |
|
|
private String residentsName; |
|
|
|
|
|
|
|
|
@Excel(name = "性别 (0:女 1:男)") |
|
|
@Excel(name = "性别",replace = {"女_0","男_1"}) |
|
|
private String residentsSex; |
|
|
private String residentsSex; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "联系电话") |
|
|
|
|
|
private String residentsPhone; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "身份证号码") |
|
|
|
|
|
private String residentsIdentityNo; |
|
|
|
|
|
|
|
|
@Excel(name = "民族") |
|
|
@Excel(name = "民族") |
|
|
private String residentsNation; |
|
|
private String residentsNation; |
|
|
|
|
|
|
|
|
@Excel(name = "出生年/月") |
|
|
@Excel(name = "户籍地") |
|
|
private Date residentsBirthday; |
|
|
private String householdRegistrationPlace; |
|
|
|
|
|
|
|
|
@Excel(name = "文化程度") |
|
|
/*@Excel(name = "出生年/月") |
|
|
|
|
|
private Date residentsBirthday;*/ |
|
|
|
|
|
|
|
|
|
|
|
/*@Excel(name = "文化程度") |
|
|
private String educationLevel; |
|
|
private String educationLevel; |
|
|
|
|
|
|
|
|
@Excel(name = "政治面貌 (0:群众 1:党员)") |
|
|
@Excel(name = "政治面貌 (0:群众 1:党员)") |
|
|
@ -58,11 +70,7 @@ public class PopulationInformationExcel { |
|
|
@Excel(name = "组织关系所在地") |
|
|
@Excel(name = "组织关系所在地") |
|
|
private String organizationalRelationshipLocation; |
|
|
private String organizationalRelationshipLocation; |
|
|
|
|
|
|
|
|
@Excel(name = "身份证号码") |
|
|
|
|
|
private String residentsIdentityNo; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "联系电话") |
|
|
|
|
|
private String residentsPhone; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "身体状况 (0:病残 1:健康)") |
|
|
@Excel(name = "身体状况 (0:病残 1:健康)") |
|
|
private String bodyStatus; |
|
|
private String bodyStatus; |
|
|
@ -76,9 +84,6 @@ public class PopulationInformationExcel { |
|
|
@Excel(name = "服兵役 (0:否 1:是)") |
|
|
@Excel(name = "服兵役 (0:否 1:是)") |
|
|
private String militaryService; |
|
|
private String militaryService; |
|
|
|
|
|
|
|
|
@Excel(name = "户籍地") |
|
|
|
|
|
private String householdRegistrationPlace; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "就业情况 (0:在岗 1:就业)") |
|
|
@Excel(name = "就业情况 (0:在岗 1:就业)") |
|
|
private String employmentStatus; |
|
|
private String employmentStatus; |
|
|
|
|
|
|
|
|
@ -158,7 +163,7 @@ public class PopulationInformationExcel { |
|
|
private String allDeptIds; |
|
|
private String allDeptIds; |
|
|
|
|
|
|
|
|
@Excel(name = "所有部门名称") |
|
|
@Excel(name = "所有部门名称") |
|
|
private String allDeptNames; |
|
|
private String allDeptNames;*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |