添加高精度类型字段

ds-hefei
luyya 2026-04-02 09:01:25 +08:00
parent 53cc200641
commit 6586808a50
1 changed files with 3 additions and 0 deletions

View File

@ -31,5 +31,8 @@ public class EsGpsInfo implements Serializable {
private Integer online; private Integer online;
//精度类型
private Integer deltaHType = 0;
} }