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
f43d14e9
Commit
f43d14e9
authored
Aug 16, 2025
by
pxl
Browse files
微调字符串pathId
parent
630ecf68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/clouddecision/vo/PathPath.java
View file @
f43d14e9
package
com.cusc.adas.v2x.clouddecision.vo
;
package
com.cusc.adas.v2x.clouddecision.vo
;
import
com.cusc.adas.v2x.utils.FieldDef
;
import
com.cusc.adas.v2x.utils.Order
;
import
com.cusc.adas.v2x.utils.Order
;
import
com.cusc.adas.v2x.utils.RefNumFlag
;
import
com.cusc.adas.v2x.vo.Position2D
;
import
com.cusc.adas.v2x.vo.Position2D
;
/****
/****
...
@@ -12,6 +14,8 @@ public class PathPath {
...
@@ -12,6 +14,8 @@ public class PathPath {
private
short
pathIdLen
;
private
short
pathIdLen
;
//分段编号
//分段编号
@Order
(
2
)
@Order
(
2
)
@RefNumFlag
(
value
=
"pathIdLen"
)
@FieldDef
(
type
=
"BYTE"
,
isAutoLength
=
true
)
private
String
pathId
;
private
String
pathId
;
//关联 GNSS 点 数量
//关联 GNSS 点 数量
@Order
(
3
)
@Order
(
3
)
...
...
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