Browse Source

Merge branch 'develop' of gitadmin/tuoheng_lc into release

tags/v1.2.0^2
wanjing 1 year ago
parent
commit
9fa792e944
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

@NotNull(message = "飞行时间不能为空!") @NotNull(message = "飞行时间不能为空!")
private Long flyTime; private Long flyTime;


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

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

Loading…
Cancel
Save