This commit is contained in:
menghaiwen@fusen.cn 2024-03-05 10:29:27 +08:00
parent b4ca304f8d
commit 68dcd3bf8f

View File

@ -337,4 +337,11 @@ message LdapParseTokenRsp{
int64 UserId = 2;
string UserEmail = 3;
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; // 10
}