From 2eb395a90c8a7c72e50a1d55cb099ae4fcac322f Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Tue, 21 Nov 2023 14:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/picture.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/picture.proto b/protos/picture.proto index 647505f..1c8a068 100644 --- a/protos/picture.proto +++ b/protos/picture.proto @@ -11,6 +11,6 @@ enum PictureType { RelayCabinetLayout = 2; /** IBP盘 */ IBP = 3; - /** 运行数据 */ - RunData = 4; + /** 列车数据 */ + TrainData = 4; }