运行线数据调整
This commit is contained in:
parent
e55bc50a0c
commit
d6e481aa8c
@ -18,6 +18,7 @@ message RtssGraphicStorage {
|
||||
repeated StationLine stationLines = 11;
|
||||
repeated RunLine runLines = 12;
|
||||
repeated TrainLine trainLines = 13;
|
||||
repeated PathLine pathLines = 14;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -140,7 +141,10 @@ message RunLine {
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
string nameColor = 4;
|
||||
string nameBgColor = 5;}
|
||||
string nameBgColor = 5;
|
||||
string upPathLineId = 6;
|
||||
string downPathLineId = 7;
|
||||
}
|
||||
|
||||
message Section {
|
||||
CommonInfo common = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user