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
e2131781
Commit
e2131781
authored
Sep 04, 2025
by
p x
Browse files
增加get
parent
032bde60
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/dto/Position2DDto.java
View file @
e2131781
...
...
@@ -9,4 +9,12 @@ public class Position2DDto {
//纬度
@Order
(
2
)
private
double
latitude
;
public
double
getLongitude
()
{
return
longitude
;
}
public
double
getLatitude
()
{
return
latitude
;
}
}
src/main/java/com/cusc/adas/v2x/selfdefine/dto/SelfDefineDetailDto.java
View file @
e2131781
...
...
@@ -42,6 +42,10 @@ public class SelfDefineDetailDto {
//预警距离
private
float
distance
;
public
PositionDto
getLocation
()
{
return
location
;
}
public
String
getRvVehicleId
()
{
return
rvVehicleId
;
}
...
...
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