设备关联关系增加类型
This commit is contained in:
parent
85290a8ba9
commit
0a58cc6327
@ -123,7 +123,7 @@ message Platform {
|
||||
int32 index = 5; //索引
|
||||
//int32 refStationIndex = 6; //关联车站索引
|
||||
// repeated string centralizedStations = 7; // 集中站列表
|
||||
string refStation = 8; //关联的车站
|
||||
repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段
|
||||
}
|
||||
|
||||
message ScreenDoor {
|
||||
@ -255,6 +255,8 @@ message RelatedRef {
|
||||
AxleCounting = 3;
|
||||
SectionLink = 4;
|
||||
signal = 5;
|
||||
station = 6;
|
||||
ScreenDoor = 7;
|
||||
}
|
||||
|
||||
enum DevicePort {
|
||||
|
Loading…
Reference in New Issue
Block a user