ibp
This commit is contained in:
parent
a8fa6fec18
commit
9041048e5a
@ -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; //所属车站
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user