src/main/java/com/dji/sample/wayline/service/IWaylineFileService.java
@@ -27,6 +27,7 @@ */ PaginationData<WaylineFileDTO> getWaylinesByParam(String workspaceId, WaylineQueryParam param); String getPatchesId(String waylineId); /** * Query the information of this wayline file according to the wayline file id. * @param workspaceId @@ -82,7 +83,7 @@ * @param creator * @return */ void importKmzFile(MultipartFile file, String workspaceId, String creator,String patchesId); String importKmzFile(MultipartFile file, String workspaceId, String creator,String patchesId,String spotInFreckle); /** * 创建航线,返回航线对象