src/main/java/com/dji/sample/territory/service/ITbDkjbxxService.java
@@ -18,12 +18,15 @@
 * @DATE: 2024/4/10 11:19
 */
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;
//    /**
//     * 上传DB文件并覆盖之前DB文件,自动读取数据到本地数据库
//     *
//     * @param file
//     * @return
//     */
//    ResponseResult<String> uploadFile(MultipartFile file);
    MultipartFile listFile(String workspaceId, String waylineName, double airportLat, double airportLon) throws IOException;
}