Commit eaf790bc by gdj

修改RthAltitudeSet最大值

parent a9a0be8c
......@@ -16,7 +16,7 @@ public class RthAltitudeSet extends BaseModel {
@NotNull
@Min(20)
@Max(50)
@Max(500)
@JsonProperty("rth_altitude")
private Integer rthAltitude;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment