From 7fa55788f5b71c5f093db5637ba0203caa150279 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 19 Oct 2023 10:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E5=AD=97=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, 3 insertions(+), 3 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 957fe45..455a839 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -125,15 +125,15 @@ message Platform { //int32 refStationIndex = 6; //关联车站索引 // repeated string centralizedStations = 7; // 集中站列表 //repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段 - string refStation = 9; //关联的车站的id - string refSection = 10; //关联的物理区段id + string refStationId = 9; //关联的车站的id + string refSectionId = 10; //关联的物理区段id } message ScreenDoor { CommonInfo common = 1; string code = 2; int32 sonDoorAmount = 3; //子屏蔽门的数量 - string refPlatform = 4; //关联的站台 + string refPlatformId = 4; //关联的站台 repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表 }