Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message into HEAD
This commit is contained in:
commit
4ea207ebba
@ -125,15 +125,15 @@ message Platform {
|
|||||||
//int32 refStationIndex = 6; //关联车站索引
|
//int32 refStationIndex = 6; //关联车站索引
|
||||||
// repeated string centralizedStations = 7; // 集中站列表
|
// repeated string centralizedStations = 7; // 集中站列表
|
||||||
//repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段
|
//repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段
|
||||||
string refStation = 9; //关联的车站的id
|
string refStationId = 9; //关联的车站的id
|
||||||
string refSection = 10; //关联的物理区段id
|
string refSectionId = 10; //关联的物理区段id
|
||||||
}
|
}
|
||||||
|
|
||||||
message ScreenDoor {
|
message ScreenDoor {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
int32 sonDoorAmount = 3; //子屏蔽门的数量
|
int32 sonDoorAmount = 3; //子屏蔽门的数量
|
||||||
string refPlatform = 4; //关联的站台
|
string refPlatformId = 4; //关联的站台
|
||||||
repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表
|
repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user