package com.dji.sample.patches.service; import org.springframework.web.multipart.MultipartFile; import java.io.IOException; public interface ShpToDataSourceService { void insertGeo(MultipartFile file) throws IOException; }