添加高精度类型字段
parent
53cc200641
commit
6586808a50
|
|
@ -31,5 +31,8 @@ public class EsGpsInfo implements Serializable {
|
||||||
|
|
||||||
private Integer online;
|
private Integer online;
|
||||||
|
|
||||||
|
//精度类型
|
||||||
|
private Integer deltaHType = 0;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue