| | |
| | | @ApiModelProperty(value = "关联的部门id") |
| | | private String departId; |
| | | |
| | | ////人员编号,全局唯一 |
| | | // private String employeeID; |
| | | ////岗位 |
| | | // private String position; |
| | | ////岗位编码 |
| | | // private String positionCode; |
| | | ////手机号码 |
| | | // private String phoneNumber; |
| | | // |
| | | // //性别 1:男 2:女 |
| | | // private int gender; |
| | | // |
| | | // //组织状态 enable:在职 disabled:离职 |
| | | // private String status; |
| | | ////所属组织编码 |
| | | // private String companyId; |
| | | ////公司邮箱(可用于邮箱系统) |
| | | // private String companyEmail; |
| | | ////入职公司时间 |
| | | // private String dateOfJoiningTheCompany; |
| | | ////组织内的部门编码 |
| | | // private String departmentCode; |
| | | } |