合并代码
This commit is contained in:
commit
4e3b572d41
@ -109,7 +109,9 @@ message Platform {
|
||||
// string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||
string refStation = 6; //关联的车站
|
||||
bool up = 7; //上下行--true表示上行,false表示下行
|
||||
uint32 nrefStation = 8;
|
||||
uint32 nrefStation = 8; // 关联的车站id
|
||||
string refSectionId = 9; //关联的物理区段id
|
||||
uint32 nrefSectionId = 10; // 关联的物理区段id
|
||||
}
|
||||
|
||||
message Station {
|
||||
|
Loading…
Reference in New Issue
Block a user