diff --git a/protos/Family.proto b/protos/Family.proto index 4fb950e..4e72d4a 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -178,4 +178,8 @@ import "CommonProto.proto"; message FamilyDefendViewResponse{ repeated TeamOneInfo teamInfo = 1; } + //一键布防 + message FamilyQuickDefend{ + optional int32 buildId = 1;//0为随机 + }