This commit is contained in:
Yuan 2023-10-12 16:21:12 +08:00
parent a8fa6fec18
commit 9041048e5a

View File

@ -10,6 +10,7 @@ message IBPGraphicStorage {
repeated IbpKey ibpKeys = 4; repeated IbpKey ibpKeys = 4;
repeated IbpArrow ibpArrows = 5; repeated IbpArrow ibpArrows = 5;
repeated IBPText IBPTexts = 6; repeated IBPText IBPTexts = 6;
UniqueIdType UniqueIdPrefix = 7;
} }
message IBPButton { message IBPButton {
@ -58,3 +59,9 @@ message IbpArrow {
string code = 2; string code = 2;
repeated Point points = 3; repeated Point points = 3;
} }
message UniqueIdType {
string city = 1; //
string lineId = 2; //线
string belongsStation = 3; //
}