From 44feb5e6e2c24a80b00904ee51888904e3bd3c23 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 11 Oct 2023 10:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E7=AB=99=E5=8F=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 3566feb..fb10c34 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -369,8 +369,9 @@ message SpksSwitch { string code = 2; bool flip = 3; // 是否翻转(前端显示) int32 index = 4; //索引 - int32 refStand = 5; //关联站台索引 + // int32 refStand = 5; //关联站台索引 repeated string refSections = 6; // 关联物理区段id + string refStand = 7; // 关联站台 } message EsbButton { @@ -378,7 +379,8 @@ message EsbButton { string code = 2; bool flip = 3; // 是否翻转(前端显示) int32 index = 4; //索引 - int32 refStand = 5; // 关联站台索引 + // int32 refStand = 5; // 关联站台索引 + string refStand = 6; // 关联站台 } message GatedBox {