站台增加上下行

This commit is contained in:
joylink_zhaoerwei 2023-12-04 09:41:18 +08:00
parent 7bed616b44
commit 2547e97875

View File

@ -140,6 +140,11 @@ message NodeConWithSec {
}
message Platform {
enum TypeOfPlatform {
Unknown = 0;
up = 1;
down = 2;
}
CommonInfo common = 1;
string code = 2;
//bool hasdoor = 3; //
@ -151,6 +156,7 @@ message Platform {
string refStationId = 9; //id
string refSectionId = 10; //id
string refEsbRelayCode = 11;//
TypeOfPlatform type = 12; //
}
message ScreenDoor {