运行线数据调整

This commit is contained in:
fan 2023-06-13 15:29:30 +08:00
parent e55bc50a0c
commit d6e481aa8c

View File

@ -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;