com.github.rrsunhome.excelsql.util.CSVRowMapper Maven / Gradle / Ivy
package com.github.rrsunhome.excelsql.util;
/**
* @author : wangqijia
* create at: 2020/11/7 下午11:13
*/
public interface CSVRowMapper {
T mapRow(CSVResultSet rs, int rowNum) ;
}