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
5962922d
Commit
5962922d
authored
Sep 19, 2025
by
p x
Browse files
调整原车ID长度
parent
170e6db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/selfdefine/vo/SelfDefineDetail.java
View file @
5962922d
...
...
@@ -11,7 +11,7 @@ import com.cusc.adas.v2x.vo.Position;
public
class
SelfDefineDetail
{
@Order
(
1
)
@FieldDef
(
type
=
"BYTE"
,
isArray
=
true
,
length
=
8
)
@FieldDef
(
type
=
"BYTE"
,
isArray
=
true
,
length
=
36
)
private
String
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