公里标系统

This commit is contained in:
fan 2023-06-29 15:39:07 +08:00
parent 9d4c94399f
commit bfcd70246f

View File

@ -159,12 +159,18 @@ message Turnout {
RelatedRef pcRef = 11; // C端关联的设备
}
message KilometerSystem {
int64 kilometer = 1;
string coordinateSystem = 2;
}
message Signal {
CommonInfo common = 1;
string code = 2;
bool mirror = 3;
int64 kilometer = 4;
string coordinateSystem = 5;
// int64 kilometer = 4;
// string coordinateSystem = 5;
KilometerSystem kilometerSystem = 6;
}
message RunLine {