修改rtk的获取
This commit is contained in:
parent
1211cfcdbd
commit
f52c64f3a6
|
|
@ -69,7 +69,7 @@ public class AircraftDetailVO extends AircraftVO {
|
||||||
/** RTK信号 */
|
/** RTK信号 */
|
||||||
@Schema(description = "RTK信号")
|
@Schema(description = "RTK信号")
|
||||||
@Excel(name = "RTK信号")
|
@Excel(name = "RTK信号")
|
||||||
private Double rtkSignal;
|
private Integer rtkSignal;
|
||||||
|
|
||||||
/** 限高 */
|
/** 限高 */
|
||||||
@Schema(description = "限高")
|
@Schema(description = "限高")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue