From 01222c99bad173afa8541aa44f2043408d946503 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Tue, 20 Jun 2023 09:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=88=97=E8=BD=A6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BA=BF=E8=B7=AFID=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_status.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/device_status.proto b/protos/device_status.proto index 75b77be..9dfe907 100644 --- a/protos/device_status.proto +++ b/protos/device_status.proto @@ -320,6 +320,9 @@ message Train { //是否显示 bool show = 23; + + //线路id + int32 lineId = 24; }