屏蔽门增加编组列表数据管理

This commit is contained in:
joylink_zhaoerwei 2023-10-12 15:14:03 +08:00
parent 6a2a393bf0
commit 23160cc746

View File

@ -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 {