xieb
2024-04-25 41dc2ca8393e40e9efb8a6bf05f2ab1400d80215
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;
}