This commit is contained in:
xzb 2023-10-19 14:15:39 +08:00
commit 4ea207ebba

View File

@ -125,15 +125,15 @@ message Platform {
//int32 refStationIndex = 6; // //int32 refStationIndex = 6; //
// repeated string centralizedStations = 7; // // repeated string centralizedStations = 7; //
//repeated RelatedRef platformRef = 8; // //repeated RelatedRef platformRef = 8; //
string refStation = 9; //id string refStationId = 9; //id
string refSection = 10; //id string refSectionId = 10; //id
} }
message ScreenDoor { message ScreenDoor {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
int32 sonDoorAmount = 3; // int32 sonDoorAmount = 3; //
string refPlatform = 4; // string refPlatformId = 4; //
repeated ScreenDoorGroup screenDoorGroupList = 5;// repeated ScreenDoorGroup screenDoorGroupList = 5;//
} }