Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
edc9973662
@ -105,8 +105,9 @@ message Platform {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
bool hasdoor = 3; // 是否有屏蔽门
|
bool hasdoor = 3; // 是否有屏蔽门
|
||||||
string direction = 4; // 行驶方向--屏蔽门上下
|
string direction = 4; // 行驶方向--屏蔽门上下
|
||||||
string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
//string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||||
string refStation=6; //关联的车站
|
string refStation=6; //关联的车站
|
||||||
|
bool up = 7;//上下行--true表示上行,false表示下行
|
||||||
}
|
}
|
||||||
|
|
||||||
message Station {
|
message Station {
|
||||||
|
Loading…
Reference in New Issue
Block a user