Commit f43d14e9 authored by pxl's avatar pxl
Browse files

微调字符串pathId

parent 630ecf68
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.RefNumFlag;
import com.cusc.adas.v2x.vo.Position2D;
/****
......@@ -12,6 +14,8 @@ public class PathPath {
private short pathIdLen;
//分段编号
@Order(2)
@RefNumFlag(value="pathIdLen")
@FieldDef(type="BYTE",isAutoLength=true)
private String pathId;
//关联 GNSS 点 数量
@Order(3)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment