From 49c235a66f0f6a89c68039bd904eadd9497f8219 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Tue, 8 Oct 2024 17:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sync_data_message.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sync_data_message.proto b/src/sync_data_message.proto index 7b01ba2..4ffd37e 100644 --- a/src/sync_data_message.proto +++ b/src/sync_data_message.proto @@ -7,6 +7,7 @@ message SyncData { repeated UpdataData datas = 2; string submenu = 3; string station = 4; + uint32 userId = 5; }