From d9923fa1db254b71d1d165b7039fce43213ea33d Mon Sep 17 00:00:00 2001 From: weizhihong Date: Wed, 19 Jul 2023 10:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BA=E6=AE=B5=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_info.proto | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/protos/device_info.proto b/protos/device_info.proto index 4cc01eb..8fc637b 100644 --- a/protos/device_info.proto +++ b/protos/device_info.proto @@ -12,20 +12,17 @@ message Section { // 区段编码 string code = 2; - // 区段类型 - graphicData.Section.SectionType type = 3; - // 关联区段 - repeated Section children = 4; + repeated string childrenId = 3; // 公里标 - repeated graphicData.KilometerSystem kilometerSystem = 5; + repeated graphicData.KilometerSystem kilometerSystem = 4; // 转换后的公里标数字 - repeated int64 convertKilometer = 7; + repeated int64 convertKilometer = 5; // 父级区段 - Section section = 8; + Section section = 6; } // 道岔