结果映射 resultMap
<resultMap id="BaseResultMap" type="com.study.mybatis.entity.Country">
<id column="ID" jdbcType="INTEGER" property="id"/>
<result column="NAME" jdbcType="VARCHAR" property="name"/>
<result column="CODE" jdbcType="VARCHAR" property="code"/>
</resultMap>属性
标签
Last updated