From 1695d7f64eafed6f402886e05bb23e5b988bdb81 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Mon, 19 Jun 2023 17:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E5=88=97=E8=BD=A6?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=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 f3b0bd0..75b77be 100644 --- a/protos/device_status.proto +++ b/protos/device_status.proto @@ -317,6 +317,9 @@ message Train { // 阻塞标记 int32 blockFlag = 22; + + //是否显示 + bool show = 23; }