src/main/java/com/dji/sample/territory/service/ITbDkjbxxService.java
@@ -20,10 +20,13 @@ public interface ITbDkjbxxService extends IService<TbDkjbxxEntity> { /** * 上传DB文件并覆盖之前DB文件,自动读取数据到本地数据库 * * @param file * @return */ ResponseResult<String> uploadFile(MultipartFile file); MultipartFile listFile( String workspaceId,String waylineName, double airportLat, double airportLon) throws IOException; MultipartFile listFile(String workspaceId, String waylineName, double airportLat, double airportLon) throws IOException; }