From b68103fcf0d9a505a605675b8cebb6ca1bf5c533 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Thu, 14 Dec 2023 11:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=93=8D=E4=BD=9C=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/request.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/request.proto b/protos/request.proto index b27e8cb..3538f9a 100644 --- a/protos/request.proto +++ b/protos/request.proto @@ -26,7 +26,7 @@ message Turnout { message TurnoutOperationReq { string simulationId = 1; // 仿真id int32 mapId = 2; // 图id - string deviceId = 3; // 设备id + uint32 deviceId = 3; // 设备id Turnout.Operation operation = 4; // 道岔操作 } @@ -100,7 +100,7 @@ message Psd { message PsdOperationReq { string simulationId = 1; // 仿真id int32 mapId = 2; // 图id - string deviceId = 3; // 设备id + uint32 deviceId = 3; // 设备id Psd.Operation operation = 4; // 操作 repeated int32 asdCodes = 5; //无法关闭/无法开启故障涉及的滑动门的编号 int32 group = 6; //开门操作的编组