站台增加关联车站和子屏蔽门数量可变
This commit is contained in:
parent
6a27f93fe9
commit
43b8a965ff
@ -120,8 +120,10 @@ message Platform {
|
|||||||
bool hasdoor = 3; // 是否有屏蔽门
|
bool hasdoor = 3; // 是否有屏蔽门
|
||||||
string direction = 4; // 行驶方向--屏蔽门上下
|
string direction = 4; // 行驶方向--屏蔽门上下
|
||||||
int32 index = 5; //索引
|
int32 index = 5; //索引
|
||||||
int32 refStationIndex = 6; //关联车站索引
|
//int32 refStationIndex = 6; //关联车站索引
|
||||||
// repeated string centralizedStations = 7; // 集中站列表
|
// repeated string centralizedStations = 7; // 集中站列表
|
||||||
|
string refStation = 8; //关联的车站
|
||||||
|
int32 sonDoorAmount = 9; //子屏蔽门的数量
|
||||||
}
|
}
|
||||||
|
|
||||||
message Station {
|
message Station {
|
||||||
|
Loading…
Reference in New Issue
Block a user