From 3803c578876627b66110ad8748592aafddabfa03 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Sun, 29 Sep 2024 14:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=95=B0=E6=8D=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sync_data_message.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sync_data_message.proto b/src/sync_data_message.proto index fa2e48e..7b01ba2 100644 --- a/src/sync_data_message.proto +++ b/src/sync_data_message.proto @@ -5,6 +5,8 @@ package sync_data_message; message SyncData { string operationType = 1; repeated UpdataData datas = 2; + string submenu = 3; + string station = 4; } @@ -12,6 +14,4 @@ message UpdataData { uint32 id = 1; string type = 2; bytes data = 3; - string submenu = 4; - string station = 5; }