改修pathLine
This commit is contained in:
parent
6c2387311a
commit
b37c99bc17
@ -216,9 +216,9 @@ message PathLine {
|
|||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
repeated Point points = 3;
|
repeated Point points = 3;
|
||||||
bool isUp = 4;
|
bool isUp = 4; // 是否上行
|
||||||
repeated KilometerPoint kilometerPoints = 5;
|
repeated KilometerPoint kilometerPoints = 5; // 车站对应的公里标以及坐标点
|
||||||
bool aToB = 6;
|
bool isKmIncrease = 6; // 运行方向是否公里标递增
|
||||||
}
|
}
|
||||||
|
|
||||||
//关联设备
|
//关联设备
|
||||||
|
Loading…
Reference in New Issue
Block a user