156ad9b1971063dafd189417d90fdf2f2d0db3ad.svn-base 230 B

1234567891011
  1. package cn.com.goldenwater.dcproj.service;
  2. import org.springframework.web.multipart.MultipartFile;
  3. /**
  4. * @author HAIHUA2
  5. */
  6. public interface ExcelImportService {
  7. String excelImport(MultipartFile file) throws Exception;
  8. }