From da9e750edd637bc55d440759f29ba429099cf184 Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 15 Dec 2023 09:58:03 +0800 Subject: [PATCH] =?UTF-8?q?platform=20=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 4773d8f..b590d88 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -109,8 +109,8 @@ message Platform { // string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 string refStation = 6; //关联的车站 bool up = 7; //上下行--true表示上行,false表示下行 - uint32 nrefStation = 8; // 关联的车站id - string refSectionId = 9; //关联的物理区段id + string refSectionId = 8; //关联的物理区段id + uint32 nrefStation = 9; // 关联的车站id uint32 nrefSectionId = 10; // 关联的物理区段id }