public static class MappingSample.MyRowMapper extends Object implements RowMapper<MappingSample.UserVo>
public MappingSample.UserVo mapRow(ExecuteContext ctx, Object obj, ResultSet rs, int rowNum, Annotation config) throws SQLException
mapRow 在接口中 RowMapper<MappingSample.UserVo>SQLExceptionCopyright © 2023. All rights reserved.