From 7562dd954da588d65d633f95c07226618680d3b4 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 13 Dec 2023 14:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E8=BD=B4=E5=8C=BA=E6=AE=B5=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 42eb4d2..5171672 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -385,8 +385,9 @@ message RelatedRef { //计轴区段与道岔的位置关系 message TurnoutPosRef { - string id = 1; //道岔的ID + string oldid = 1; //道岔的ID int32 position = 2; //道岔的正反为,0是定位,1是反位 + uint32 id = 3; } message Separator { // 分隔符