区段转换轨属性

This commit is contained in:
Yuan 2023-08-16 16:06:09 +08:00
parent d012448904
commit 444643def1
2 changed files with 5 additions and 6 deletions

View File

@ -23,8 +23,6 @@ message Section {
//
DeviceKilometer kilometer = 6;
//
bool turning = 7;
}
//
@ -46,4 +44,4 @@ message DeviceKilometer {
int64 maxKilometer = 2;
repeated graphicData.KilometerSystem kilometerSystem = 3;
}
}

View File

@ -105,9 +105,9 @@ message Platform {
string code = 2;
bool hasdoor = 3; //
string direction = 4; // --
//string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation=6; //
bool up = 7;//--true表示上行false表示下行
// string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation = 6; //
bool up = 7; //--true表示上行false表示下行
}
message Station {
@ -212,6 +212,7 @@ message Section {
repeated string axleCountings = 7; // (&&)
repeated string children = 8; // id()/id()
string destinationCode = 9; //
bool turning = 10; //
}
/** 逻辑区段 */