添加电池剩余飞行时间

This commit is contained in:
孙小云 2026-01-21 19:15:05 +08:00
parent 5bae16ddc5
commit 755c051e0c
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public class AircraftDetailVO extends AircraftVO {
/** 续航 */ /** 续航 */
@Excel(name = "续航") @Excel(name = "续航")
private Double flightTimeRemaining; private Integer flightTimeRemaining;
/** 电池温度 */ /** 电池温度 */
@Excel(name = "电池温度") @Excel(name = "电池温度")

@ -1 +1 @@
Subproject commit 34cba3d6a2de55df0009ff667fcc589abac41396 Subproject commit c09f7358f1643c6af0c40355830136a0df436547