添加充放电状态

This commit is contained in:
孙小云 2026-01-28 15:57:01 +08:00
parent bedad1228b
commit 1485c874c3
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ public class AircraftDetailVO extends AircraftVO {
@Excel(name = "RTK信号") @Excel(name = "RTK信号")
private Integer rtkSignal; private Integer rtkSignal;
@Schema(description = "GPS信号")
@Excel(name = "GPS信号")
private Integer gpsSignal;
/** 限高 */ /** 限高 */
@Schema(description = "限高") @Schema(description = "限高")
@Excel(name = "限高") @Excel(name = "限高")