rain
2024-03-27 305ca2e9658b80d3b816a11b8cba07ea92328afe
1
2
3
4
5
6
7
8
9
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;
}