数据调整
This commit is contained in:
parent
fbe6c9e273
commit
4b26e8a7c7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user