Преглед изворни кода

Merge branch 'develop' of gitadmin/tuoheng_lc into release

tags/v1.2.0^2
wanjing пре 1 година
родитељ
комит
9fa792e944
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…
Откажи
Сачувај