This commit is contained in:
fan 2023-10-12 15:47:25 +08:00
commit 608836a628

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 {