From 39c150153d2bfa730d4ef6843f7bf87e5002b530 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Tue, 27 Jun 2023 14:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=85=AC=E9=87=8C=E6=A0=87=E5=88=97=E8=A1=A8=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_info.proto | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/protos/device_info.proto b/protos/device_info.proto index fe997f4..e707502 100644 --- a/protos/device_info.proto +++ b/protos/device_info.proto @@ -15,14 +15,11 @@ message Section { // 区段类型 graphicData.Section.SectionType type = 3; - // a端公里标 - string paKilometerCode = 4; - - // b端公里标 - string pbKilometerCode = 5; + // 公里标 + repeated string kilometerCode = 4; // 关联区段 - repeated Section children = 6; + repeated Section children = 5; } // 道岔