增加轨迹线

This commit is contained in:
fan 2023-06-13 10:24:03 +08:00
parent 1649bf4b3f
commit 8aa33ceef5

View File

@ -142,3 +142,9 @@ message Section {
string code = 2;
repeated Point points = 3;
}
message PathLine {
CommonInfo common = 1;
string code = 2;
repeated Point points = 3;
}