From f1dfb5e4bdcce8df58c34c0c2cbce545db559a68 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 18 Jul 2023 13:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=AC=A1=E7=AA=97=E5=85=B3=E8=81=94?= =?UTF-8?q?=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index f7e9086..6fce03d 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -126,7 +126,7 @@ message StationLine { message TrainWindow { CommonInfo common = 1; string code = 2; - string sectionId = 3; + repeated string refDeviceId = 3; //关联的逻辑区段的id或由道岔区段生成所关联的道岔id } message AxleCounting {