This commit is contained in:
孙小云 2026-01-28 14:29:48 +08:00
parent ad38bce459
commit 0b47cbbf57
2 changed files with 3 additions and 3 deletions

View File

@ -255,7 +255,7 @@ public class DockData {
* 机场激活时间(unix 时间戳)
*/
@JsonProperty("activation_time")
private Integer activationTime;
private Long activationTime;
/**
* 固件升级状态0-未升级1-升级中
@ -287,5 +287,5 @@ public class DockData {
* 首次上电时间毫秒
*/
@JsonProperty("first_power_on")
private Integer firstPowerOn;
private Long firstPowerOn;
}

View File

@ -123,7 +123,7 @@ public class DroneData {
* 飞行器激活时间(unix 时间戳)
*/
@JsonProperty("activation_time")
private Integer activationTime;
private Long activationTime;
/**
* 保养信息