From 08720c6b21e50ce5bded6cfefffdbdb4792d2d9b Mon Sep 17 00:00:00 2001 From: lvxinran Date: Tue, 17 Dec 2019 18:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E4=BC=9A=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/Family.proto b/protos/Family.proto index dcf1164..0e83d6f 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -174,7 +174,8 @@ import "CommonProto.proto"; message FamilyChangeRequest{ - optional string content = 1; // 宣言内容 + optional int32 type = 1;//0为修改公会名,1为修改公会宣言 + optional string content = 2; // 宣言内容 }