车次窗关联设备

This commit is contained in:
joylink_zhaoerwei 2023-07-18 13:56:54 +08:00
parent 84796ff001
commit f1dfb5e4bd

View File

@ -126,7 +126,7 @@ message StationLine {
message TrainWindow { message TrainWindow {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
string sectionId = 3; repeated string refDeviceId = 3; //id或由道岔区段生成所关联的道岔id
} }
message AxleCounting { message AxleCounting {