修改rtk的获取

This commit is contained in:
孙小云 2026-01-28 09:07:50 +08:00
parent 1211cfcdbd
commit f52c64f3a6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class AircraftDetailVO extends AircraftVO {
/** RTK信号 */
@Schema(description = "RTK信号")
@Excel(name = "RTK信号")
private Double rtkSignal;
private Integer rtkSignal;
/** 限高 */
@Schema(description = "限高")