| | |
| | | @ExcelProperty(value = "党员姓名", index = 0) |
| | | private String name; |
| | | /** |
| | | * 身份证号 |
| | | */ |
| | | @ExcelProperty(value = "身份证号", index = 1) |
| | | private String idCard; |
| | | /** |
| | | * 所属党组织 |
| | | */ |
| | | @ExcelProperty(value = "所属党组织", index = 2) |
| | | private String orgName; |
| | | /** |
| | | * 入党日期 |
| | | */ |
| | | @ExcelProperty(value = "入党日期", index = 3) |
| | | private String joinTime; |
| | | /** |
| | | * 转正日期 |
| | | */ |
| | | @ExcelProperty(value = "转正日期", index = 4) |
| | | private String employmentTime; |
| | | /** |
| | | * 所属社区 |
| | | */ |
| | | @ExcelProperty(value = "所属社区", index = 5) |
| | | private String communityName; |
| | | |
| | | @ExcelProperty(value = "手机号",index = 6) |
| | | @ExcelProperty(value = "联系电话",index = 1) |
| | | private String phone; |
| | | } |