Browse Source

机场平台回调,回写飞行速度、遥测信号数据

tags/v1.2.0^2
wanjing 1 year ago
parent
commit
9bc8ae95e6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      tuoheng-admin/src/main/java/com/tuoheng/admin/entity/request/InspectionRequest.java

+ 5
- 0
tuoheng-admin/src/main/java/com/tuoheng/admin/entity/request/InspectionRequest.java View File

@@ -46,4 +46,9 @@ public class InspectionRequest implements Serializable {
@NotNull(message = "飞行时间不能为空!")
private Long flyTime;

@ApiModelProperty(value = "飞行速度")
private String speed;

@ApiModelProperty(value = "遥测信号")
private String ysingal;
}

Loading…
Cancel
Save