bug修复
This commit is contained in:
parent
379beb2fd8
commit
1958510077
@ -32,13 +32,13 @@ code=704,解析平台重启后回补数据,在外面封装了一层,里面
|
|||||||
@JsonProperty("Direction")
|
@JsonProperty("Direction")
|
||||||
private Long direction;
|
private Long direction;
|
||||||
@JsonProperty("Speed")
|
@JsonProperty("Speed")
|
||||||
private Long speed;
|
private Double speed;
|
||||||
@JsonProperty("Time")
|
@JsonProperty("Time")
|
||||||
private String time;
|
private String time;
|
||||||
@JsonProperty("deviceid")
|
@JsonProperty("deviceid")
|
||||||
private Long deviceid;
|
private String deviceid;
|
||||||
@JsonProperty("devicename")
|
@JsonProperty("devicename")
|
||||||
private Long devicename;
|
private String devicename;
|
||||||
@JsonProperty("lat")
|
@JsonProperty("lat")
|
||||||
private String lat;
|
private String lat;
|
||||||
@JsonProperty("lon")
|
@JsonProperty("lon")
|
||||||
@ -50,6 +50,6 @@ code=704,解析平台重启后回补数据,在外面封装了一层,里面
|
|||||||
@JsonProperty("supplyvoltage")
|
@JsonProperty("supplyvoltage")
|
||||||
private String supplyvoltage;
|
private String supplyvoltage;
|
||||||
@JsonProperty("voltagepercent")
|
@JsonProperty("voltagepercent")
|
||||||
private Long voltagepercent;
|
private Double voltagepercent;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user