轨迹线数据更改
This commit is contained in:
parent
8a7b2a4a3f
commit
80f966f7e1
@ -175,10 +175,17 @@ message Section {
|
||||
RelatedRef pbRef = 5; // 区段B端关联的设备
|
||||
}
|
||||
|
||||
message KilometerPoint {
|
||||
Point point = 1;
|
||||
float kilometer = 2;
|
||||
}
|
||||
|
||||
message PathLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
bool isUp = 4;
|
||||
repeated KilometerPoint kilometerPoints = 5;
|
||||
}
|
||||
|
||||
//关联设备
|
||||
|
Loading…
Reference in New Issue
Block a user