数据调整

This commit is contained in:
fan 2023-06-28 13:40:11 +08:00
parent fbe6c9e273
commit 4b26e8a7c7

View File

@ -116,6 +116,7 @@ message StationLine {
CommonInfo common = 1;
string code = 2;
bool hasTransfer = 3; //
bool hideName = 4;
}
message TrainWindow {
@ -154,6 +155,7 @@ message Signal {
CommonInfo common = 1;
string code = 2;
bool mirror = 3;
float kilometer = 4;
}
message RunLine {
@ -186,6 +188,7 @@ message Section {
message KilometerPoint {
Point point = 1;
float kilometer = 2;
string stName = 3;
}
message PathLine {