新增权限组

This commit is contained in:
menghaiwen@fusen.cn 2024-01-15 17:39:47 +08:00
parent 041e95c50a
commit b33f6b66d7

View File

@ -128,7 +128,7 @@ message LdapGroup {
int64 status = 6;
int64 sort = 7;
google.protobuf.Struct metadata = 101;
google.bytes metadata = 101;
string ctime = 102;
string utime = 103;
}
@ -142,9 +142,9 @@ message LdapGroupFilter {
optional int64 status = 6;
optional int64 sort = 7;
optional google.protobuf.Struct other_filter = 101; //
optional bytes other_filter = 101; //
optional LdapGroupIds ldap_grouop_ids = 102; // ID列表
optional string metadata = 103;
optional bytes metadata = 103;
}
message LdapGroupIds {