From 4fcc059dad89b16b7e15ecb39b1031bad761c2d2 Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Mon, 15 Jan 2024 17:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/ldap.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/ldap.proto b/service/ldap.proto index 19fe563..d8f690f 100644 --- a/service/ldap.proto +++ b/service/ldap.proto @@ -128,7 +128,7 @@ message LdapGroup { int64 status = 6; int64 sort = 7; - google.bytes metadata = 101; + bytes metadata = 101; string ctime = 102; string utime = 103; }