Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
earlywarning
Commits
0f13eb44
Commit
0f13eb44
authored
Aug 07, 2025
by
p x
Browse files
清理异常
parent
8e332e02
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/selfdefine/dto/SelfDefineDetailDto.java
View file @
0f13eb44
...
@@ -5,10 +5,11 @@ import com.cusc.adas.v2x.utils.OffsetDef;
...
@@ -5,10 +5,11 @@ import com.cusc.adas.v2x.utils.OffsetDef;
import
com.cusc.adas.v2x.utils.Order
;
import
com.cusc.adas.v2x.utils.Order
;
/**
/**
*
@author huangml
*
下行自定义功能信息(CLOUD2VEH_TEST)数据结构应符合表 71 的要求。
*/
*/
public
class
SelfDefineDetailDto
{
public
class
SelfDefineDetailDto
{
//RV远车id
private
String
rvVehicleId
;
private
String
rvVehicleId
;
//预警类型
//预警类型
...
@@ -41,6 +42,10 @@ public class SelfDefineDetailDto {
...
@@ -41,6 +42,10 @@ public class SelfDefineDetailDto {
//预警距离
//预警距离
private
float
distance
;
private
float
distance
;
public
String
getRvVehicleId
()
{
return
rvVehicleId
;
}
public
double
getRvSpeed
()
{
public
double
getRvSpeed
()
{
return
rvSpeed
;
return
rvSpeed
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment