区段转换轨属性
This commit is contained in:
parent
d012448904
commit
444643def1
@ -23,8 +23,6 @@ message Section {
|
||||
|
||||
// 公里标信息
|
||||
DeviceKilometer kilometer = 6;
|
||||
//是否转辙轨
|
||||
bool turning = 7;
|
||||
}
|
||||
|
||||
// 道岔
|
||||
|
@ -212,6 +212,7 @@ message Section {
|
||||
repeated string axleCountings = 7; // 关联的计轴(岔区&&非岔区)
|
||||
repeated string children = 8; // 下属逻辑区段id(非岔区)/下属道岔id(岔区)
|
||||
string destinationCode = 9; // 目的地码
|
||||
bool turning = 10; //是否转辙轨
|
||||
}
|
||||
|
||||
/** 逻辑区段 */
|
||||
|
Loading…
Reference in New Issue
Block a user