浏览代码

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

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;
}

正在加载...
取消
保存