屏蔽门增加编组列表数据管理
This commit is contained in:
parent
6a2a393bf0
commit
23160cc746
@ -132,6 +132,13 @@ message ScreenDoor {
|
||||
string code = 2;
|
||||
int32 sonDoorAmount = 3; //子屏蔽门的数量
|
||||
string refPlatform = 4; //关联的站台
|
||||
repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表
|
||||
}
|
||||
|
||||
message ScreenDoorGroup {
|
||||
int32 trainGroupAmount = 1; //列车编组数量
|
||||
int32 startSmallDoor = 2; //起始的屏蔽门编号
|
||||
int32 endSmallDoor = 3; //结束的屏蔽门编号
|
||||
}
|
||||
|
||||
message Station {
|
||||
|
Loading…
Reference in New Issue
Block a user