From b7cba6d47da6b5efd9b14ebb2a260b88efb20b0c Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Wed, 13 Dec 2023 17:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E6=AE=B5=E7=A0=81=E4=BD=8D=E8=A1=A8?= =?UTF-8?q?=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 a424f2c..2da68d8 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -636,9 +636,10 @@ message DeviceCombinationtype { } message SectionCodePoint { - string centralizedStation = 1; + string oldCentralizedStation = 1; // 集中站id repeated string oldsectionIds = 2; //物理区段id列表 repeated uint32 sectionIds = 3; //物理区段id列表 + uint32 centralizedStation = 4; // 集中站id } // 列车信息