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