| | |
| | | // @ExcelProperty("账号") |
| | | // private String account; |
| | | |
| | | @ExcelProperty("单位名称") |
| | | @ExcelProperty("单位名称*") |
| | | private String deptId; |
| | | |
| | | @ColumnWidth(10) |
| | | @ExcelProperty("姓名") |
| | | @ExcelProperty("姓名*") |
| | | private String realName; |
| | | |
| | | @ExcelProperty("邮箱") |
| | | private String email; |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("联系电话") |
| | | @ExcelProperty("联系电话*") |
| | | private String phone; |
| | | |
| | | |
| | | @ExcelProperty("性别") |
| | | @ExcelProperty("性别*") |
| | | private String sex; |
| | | |
| | | // @ExcelProperty("出生日期") |
| | | // private Date birthday; |
| | | |
| | | @ExcelProperty("身份证号") |
| | | @ExcelProperty("身份证号*") |
| | | private String cardid; |
| | | |
| | | @ExcelProperty("籍贯") |
| | |
| | | @ExcelProperty("入职时间") |
| | | private String rtime; |
| | | |
| | | @ExcelProperty("是否持证") |
| | | @ExcelProperty("是否持证*") |
| | | private String hold; |
| | | |
| | | @ExcelProperty("保安员证编码") |