站台增加关联车站和子屏蔽门数量可变

This commit is contained in:
joylink_zhaoerwei 2023-10-10 15:38:45 +08:00
parent 6a27f93fe9
commit 43b8a965ff

View File

@ -120,8 +120,10 @@ message Platform {
bool hasdoor = 3; //
string direction = 4; // --
int32 index = 5; //
int32 refStationIndex = 6; //
//int32 refStationIndex = 6; //
// repeated string centralizedStations = 7; //
string refStation = 8; //
int32 sonDoorAmount = 9; //
}
message Station {