权限组

This commit is contained in:
menghaiwen@fusen.cn 2024-01-17 14:32:27 +08:00
parent 8b8bfc1a2b
commit 46b16ebc29

View File

@ -143,15 +143,10 @@ message LdapGroupFilter {
optional int64 sort = 7; optional int64 sort = 7;
optional bytes other_filter = 101; // optional bytes other_filter = 101; //
optional LdapGroupIds ldap_grouop_ids = 102; // ID列表 repeated int64 ldap_grouop_ids = 102; // ID列表
optional bytes metadata = 103; optional bytes metadata = 103;
} }
message LdapGroupIds {
repeated int64 ldap_grouop_ids = 1;
}
//ldap部门列表 //ldap部门列表
message GetLdapOrganizationsRsp{ message GetLdapOrganizationsRsp{