From 9041048e5a73f603337ec53471580468cf323130 Mon Sep 17 00:00:00 2001 From: Yuan Date: Thu, 12 Oct 2023 16:21:12 +0800 Subject: [PATCH] ibp --- protos/ibpGraphics.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/protos/ibpGraphics.proto b/protos/ibpGraphics.proto index 3685b1d..5132b53 100644 --- a/protos/ibpGraphics.proto +++ b/protos/ibpGraphics.proto @@ -10,6 +10,7 @@ message IBPGraphicStorage { repeated IbpKey ibpKeys = 4; repeated IbpArrow ibpArrows = 5; repeated IBPText IBPTexts = 6; + UniqueIdType UniqueIdPrefix = 7; } message IBPButton { @@ -58,3 +59,9 @@ message IbpArrow { string code = 2; repeated Point points = 3; } + +message UniqueIdType { + string city = 1; //城市 + string lineId = 2; //线路号 + string belongsStation = 3; //所属车站 +}