改修pathLine

This commit is contained in:
fan 2023-07-17 13:47:47 +08:00
parent 6c2387311a
commit b37c99bc17

View File

@ -216,9 +216,9 @@ message PathLine {
CommonInfo common = 1;
string code = 2;
repeated Point points = 3;
bool isUp = 4;
repeated KilometerPoint kilometerPoints = 5;
bool aToB = 6;
bool isUp = 4; //
repeated KilometerPoint kilometerPoints = 5; //
bool isKmIncrease = 6; //
}
//