DJIsean
2022-12-15 8077e8b67bc017a9e0016180a6eacc114cec28c8
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;
}