瀏覽代碼

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

tags/v1.2.0^2
wanjing 1 年之前
父節點
當前提交
9bc8ae95e6
共有 1 個檔案被更改,包括 5 行新增0 行删除
  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 查看文件

@@ -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…
取消
儲存