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
0d5ccbb8
Commit
0d5ccbb8
authored
Dec 02, 2025
by
p x
Browse files
修改8.10数据类
parent
1c1e8fae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/selfdefine/dto/SelfDefineDetailDto.java
View file @
0d5ccbb8
...
...
@@ -50,6 +50,10 @@ public class SelfDefineDetailDto {
return
rvVehicleId
;
}
public
void
setRvVehicleId
(
String
rvVehicleId
)
{
this
.
rvVehicleId
=
rvVehicleId
;
}
public
double
getRvSpeed
()
{
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