This commit is contained in:
Yuan 2023-10-13 13:58:53 +08:00
parent 5604ad84ed
commit 593a7c477e

View File

@ -10,7 +10,8 @@ message IBPGraphicStorage {
repeated IbpKey ibpKeys = 4;
repeated IbpArrow ibpArrows = 5;
repeated IBPText IBPTexts = 6;
UniqueIdType UniqueIdPrefix = 7;
// UniqueIdType UniqueIdPrefix = 7;
repeated IbpRelatedDevice ibpRelatedDevices = 8;
}
message IBPButton {
@ -60,8 +61,19 @@ message IbpArrow {
repeated Point points = 3;
}
message UniqueIdType {
string city = 1; //
string lineId = 2; //线
string belongsStation = 3; //
// message UniqueIdType {
// string city = 1; //
// string lineId = 2; //线
// string belongsStation = 3; //
// }
message IbpRelatedDevice {
string code = 1;
repeated Combinationtype combinationtypes = 2; //
graphicData.RelatedRef.DeviceType deviceType = 3; //
}
message Combinationtype {
string code = 1;
repeated string refDevices = 2; //
}