ibp
This commit is contained in:
parent
5604ad84ed
commit
593a7c477e
@ -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; //关联的设备
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user