@@ -46,4 +46,9 @@ public class InspectionRequest implements Serializable { | |||
@NotNull(message = "飞行时间不能为空!") | |||
private Long flyTime; | |||
@ApiModelProperty(value = "飞行速度") | |||
private String speed; | |||
@ApiModelProperty(value = "遥测信号") | |||
private String ysingal; | |||
} |