坡度和弯径公里标数据设为repeated

This commit is contained in:
Yuan 2023-08-07 15:04:09 +08:00
parent 1db196077c
commit bc099e6530

View File

@ -334,15 +334,16 @@ message GatedBox {
message SlopeKiloMarker { message SlopeKiloMarker {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
KilometerSystem kilometerSystem = 4; // repeated KilometerSystem kilometerSystem = 4; //
} }
/** 弯径公里标 */ /** 弯径公里标 */
message turningRadiusKiloMarker { message turningRadiusKiloMarker {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
KilometerSystem kilometerSystem = 4; //} repeated KilometerSystem kilometerSystem = 4; //
} }
message Slope { message Slope {
CommonInfo common = 1; CommonInfo common = 1;
repeated Point points = 2; repeated Point points = 2;