只关联一个集中站
This commit is contained in:
parent
5852f171f1
commit
dab95bea5b
@ -112,7 +112,7 @@ message Platform {
|
||||
string oldrefSectionId = 8; //关联的物理区段id
|
||||
uint32 refStation = 9; // 关联的车站id
|
||||
uint32 refSectionId = 10; // 关联的物理区段id
|
||||
repeated uint32 centralizedStations = 11; // 集中站Id列表
|
||||
uint32 centralizedStationId = 11; // 集中站Id
|
||||
}
|
||||
|
||||
message Station {
|
||||
@ -177,7 +177,7 @@ message Turnout {
|
||||
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
||||
// KilometerSystem kilometerSystem = 12; // 道岔公里标
|
||||
repeated KilometerSystem kilometerSystem = 13; // 道岔公里标
|
||||
repeated uint32 centralizedStations = 14; // 集中站Id列表
|
||||
uint32 centralizedStationId = 14; // 集中站Id
|
||||
}
|
||||
|
||||
message KilometerSystem {
|
||||
@ -193,7 +193,7 @@ message Signal {
|
||||
// string coordinateSystem = 5;
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
RelatedRef refDevice = 7; // 关联设备(区段/道岔)
|
||||
repeated uint32 centralizedStations = 8; // 集中站Id列表
|
||||
uint32 centralizedStationId = 8; // 集中站Id
|
||||
}
|
||||
|
||||
message RunLine {
|
||||
@ -231,7 +231,7 @@ message Section {
|
||||
string destinationCode = 9; // 目的地码
|
||||
bool turning = 10; //是否转换轨
|
||||
repeated uint32 children = 11;
|
||||
repeated uint32 centralizedStations = 12; // 集中站Id列表
|
||||
uint32 centralizedStationId = 12; // 集中站Id
|
||||
}
|
||||
|
||||
/** 逻辑区段 */
|
||||
|
Loading…
Reference in New Issue
Block a user