[fix]添加speedLimit注释

This commit is contained in:
xinfengkun
2022-03-24 16:12:59 +08:00
parent 31e4ee1681
commit 797c6bfd4e

View File

@@ -147,7 +147,7 @@ message RouteInfo{
Location endLocation = 3;
string endName = 4;
repeated Location wayPoints = 5;
double speedLimit = 6;
double speedLimit = 6; //单位: km/h
uint32 vehicleType = 7;
bool isSpeakVoice = 8;
}