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; // 宣言内容 }