DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.my.mapper.RoleMapper"> <resultMap id="BaseResultMap" type="com.my.entity.Role"> <id column="id" jdbcType="INTEGER" property="id" /> <result column=...