src/main/java/com/dji/sample/wayline/model/dto/FlightTaskCreateDTO.java
@@ -18,7 +18,15 @@ private String flightId; private String type; private Integer taskType; private Integer waylineType; private Long executeTime; private FlightTaskFileDTO file; private Integer rthAltitude; private Integer outOfControlAction; }