From 85bb4dd430b1a73d3eb0a4c16dfe7f404017a0ad Mon Sep 17 00:00:00 2001 From: weizhihong Date: Tue, 20 Jun 2023 15:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=88=97=E8=BD=A6=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_status.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/device_status.proto b/protos/device_status.proto index 9dfe907..4a28234 100644 --- a/protos/device_status.proto +++ b/protos/device_status.proto @@ -298,7 +298,7 @@ message Train { int32 routeId = 15; // 列车状态 - TrainMode mode = 16; + int32 mode = 16; // 车次窗编号 int32 nccWindow = 17;