guoshilong
2023-10-14 42841034c3da8c5dc15bd3e9400b622675bcc2f4
src/main/java/com/dji/sample/wayline/service/IWaylineJobService.java
@@ -54,18 +54,21 @@
    /**
     * Issue wayline mission to the dock.
     * 向机场发出航线任务(重复任务和定时任务)
     * @param param
     * @param customClaim   user info
     * @return
     */
    ResponseResult publishFlightTaskCondition(CreateJobParam param, CustomClaim customClaim) throws SQLException;
    /**
     * Issue wayline mission to the dock.
     * 向机场添加航线任务指令
     * @param waylineJob
     * @return
     * @throws SQLException
     */
    ResponseResult publishOneFlightTask(WaylineJobDTO waylineJob) throws SQLException;
    /**
     * 发布飞行任务
     * @return
     */
    Boolean publishFlightTask(WaylineJobEntity waylineJobEntity);
    /**
     * Execute the task immediately.