关联站台调整
This commit is contained in:
parent
6a27f93fe9
commit
44feb5e6e2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user