From 2d58198cfcc400b51e9f3eb1bee162ad117abbed Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 10 Nov 2023 17:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E8=AE=A1=E8=BD=B4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=A2=9E=E5=8A=A0=E6=8C=87=E5=AE=9A=E7=9A=84=E9=81=93?= =?UTF-8?q?=E5=B2=94=E7=BB=84=E4=B8=8D=E7=94=9F=E6=88=90=E8=AE=A1=E8=BD=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 d661621..8a6625f 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -188,6 +188,7 @@ message AxleCounting { message GenerateAxleCountingConfig { repeated string bbConnect = 1; //需要在道岔bb连接处生成计轴的道岔id(填一个就行) + repeated string noGenerateGroup = 2;//指定的道岔组不生成计轴 } // message Train {