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
8e332e02
Commit
8e332e02
authored
Aug 07, 2025
by
p x
Browse files
增加一个get方法
parent
17a70a19
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/dto/VehicleInfoDto.java
View file @
8e332e02
...
@@ -103,6 +103,9 @@ public class VehicleInfoDto {
...
@@ -103,6 +103,9 @@ public class VehicleInfoDto {
@RefNumFlag
(
value
=
"passPointsNum"
)
@RefNumFlag
(
value
=
"passPointsNum"
)
private
List
<
Position2DDto
>
passPoints
;
private
List
<
Position2DDto
>
passPoints
;
public
String
getVehicleId
()
{
return
vehicleId
;
}
public
short
getTapPos
()
{
public
short
getTapPos
()
{
return
tapPos
;
return
tapPos
;
...
...
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