From 5b0875c749146a9797300074ee6895064d18cec2 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 7 Aug 2019 16:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 4 ++++ 1 file changed, 4 insertions(+) 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为随机 + }