关联站台调整

This commit is contained in:
fan 2023-10-11 10:36:46 +08:00
parent 6a27f93fe9
commit 44feb5e6e2

View File

@ -369,8 +369,9 @@ message SpksSwitch {
string code = 2;
bool flip = 3; //
int32 index = 4; //
int32 refStand = 5; //
// int32 refStand = 5; //
repeated string refSections = 6; // id
string refStand = 7; //
}
message EsbButton {
@ -378,7 +379,8 @@ message EsbButton {
string code = 2;
bool flip = 3; //
int32 index = 4; //
int32 refStand = 5; //
// int32 refStand = 5; //
string refStand = 6; //
}
message GatedBox {