xieb
2024-04-28 f76eb78bbd16b925e005e09d6f448d961f91c21a
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;
}