From 54af1b4100b0eecf528d9837ecd6dbe4d067b216 Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Thu, 19 Oct 2023 18:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/src/model.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/src/model.proto b/proto/src/model.proto index 44f46ae..4e60984 100644 --- a/proto/src/model.proto +++ b/proto/src/model.proto @@ -67,6 +67,7 @@ message Signal { DevicePort turnoutPort = 4; //关联的区段端口 repeated ElectronicComponentGroup electronicComponentGroups = 7; //关联的电子元件组合 string code = 8;//信号机组合类型 + int32 mt = 9;//信号机模型类型(stationLayoutGraphics.proto Signal.Model枚举值) } message Psd {