公里标使用int64
This commit is contained in:
parent
fc5a162d62
commit
9d4c94399f
@ -163,7 +163,7 @@ message Signal {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool mirror = 3;
|
||||
float kilometer = 4;
|
||||
int64 kilometer = 4;
|
||||
string coordinateSystem = 5;
|
||||
}
|
||||
|
||||
@ -196,7 +196,7 @@ message Section {
|
||||
|
||||
message KilometerPoint {
|
||||
Point point = 1;
|
||||
float kilometer = 2;
|
||||
int64 kilometer = 2;
|
||||
string stName = 3;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user