E
@FunctionalInterface public interface RowMapper<E>
记录行映射接口
mapRow(ResultSet res, int rowNum)
E mapRow(ResultSet res, int rowNum)
映射记录到指定的对象
res
rowNum