From 68dcd3bf8fb345d3893734c58ce433228edbc93e Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Tue, 5 Mar 2024 10:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/ldap.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/service/ldap.proto b/service/ldap.proto index df83e73..9bb71ac 100644 --- a/service/ldap.proto +++ b/service/ldap.proto @@ -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; //状态 1正常0离职 } \ No newline at end of file