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

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

View File

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