From f325f2483f7e3228b6f831c5142284da3a47be48 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 24 Nov 2023 16:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=8F=B0=E6=B7=BB=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E8=81=94=E7=B4=A7=E6=80=A5=E5=81=9C=E8=BD=A6=E7=BB=A7=E7=94=B5?= =?UTF-8?q?=E5=99=A8=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index c5a0d61..154cfa8 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -133,6 +133,7 @@ message Platform { //repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段 string refStationId = 9; //关联的车站的id string refSectionId = 10; //关联的物理区段id + string refEsbRelayCode = 11;//关联的紧急停车继电器的编号 } message ScreenDoor {