From 74bea4e9955524f7254876c90af08d963f666585 Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 12 Aug 2024 16:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=81=94=E9=94=81=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E6=95=B0=E6=8D=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 1d84bd8..952db69 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -740,7 +740,7 @@ message LianSuoData { repeated LianSuoIndexData switchs = 2; repeated LianSuoIndexData screenDoors = 3; repeated LianSuoIndexData signals = 4; - repeated LianSuoIndexData sections = 5; + // repeated LianSuoIndexData sections = 5; repeated LianSuoIndexData floodGates = 6; repeated LianSuoIndexData spksSwitchs = 7; repeated LianSuoIndexData garageDoors = 8; @@ -748,6 +748,7 @@ message LianSuoData { repeated LianSuoIndexData esbButtons = 10; repeated LianSuoIndexData holdButtons = 11; repeated LianSuoIndexData unattengedButtons = 12; + repeated LianSuoIndexData acSections = 13; //计轴区段 } // 无人折返按钮 message UnattengedButton {