This commit is contained in:
parent
a7b3fa2ee2
commit
ad38bce459
|
|
@ -257,7 +257,7 @@ public class DroneData {
|
||||||
* 飞行器电池信息
|
* 飞行器电池信息
|
||||||
*/
|
*/
|
||||||
@JsonProperty("battery")
|
@JsonProperty("battery")
|
||||||
private BatteryInfo battery;
|
private DroneBatteryInfo battery;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 严重低电量告警百分比
|
* 严重低电量告警百分比
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class BatteryInfo {
|
public class DroneBatteryInfo {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 电池的总剩余电量
|
* 电池的总剩余电量
|
||||||
Loading…
Reference in New Issue