新增
This commit is contained in:
parent
b4ca304f8d
commit
68dcd3bf8f
|
@ -337,4 +337,11 @@ message LdapParseTokenRsp{
|
||||||
int64 UserId = 2;
|
int64 UserId = 2;
|
||||||
string UserEmail = 3;
|
string UserEmail = 3;
|
||||||
int64 group_id = 4;
|
int64 group_id = 4;
|
||||||
|
int64 gender = 5;//性别
|
||||||
|
string birthday = 6;//生日
|
||||||
|
repeated string belong_to_organizations = 7;//属于部门DN集合
|
||||||
|
repeated string belong_to_organization_names = 8;//属于部门名字集合
|
||||||
|
repeated string manage_organizations = 9;//管理的部门dn集合
|
||||||
|
repeated string manage_organization_names = 10;//管理的部门名字集合
|
||||||
|
int64 status = 11; //状态 1正常0离职
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user