From 4becdaf8b0c46e91341b37147df4d9ba897a5ad3 Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 13 Oct 2023 16:11:40 +0800 Subject: [PATCH] =?UTF-8?q?spks=E8=B0=83=E6=95=B4?= 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 7d3de2b..06e7675 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -392,6 +392,7 @@ message SpksSwitch { // int32 refStand = 5; //关联站台索引 repeated string refSections = 6; // 关联物理区段id string refStand = 7; // 关联站台 + string name = 8; } message EsbButton {