<resultMap id="给ID名" type="实体类" ><result column="数据库字段名" property="实体类属性" jdbcType="数据库字段类型" /></resultMap> 来源:https://www.cnblogs.com/bichen-01/p/11728225.html 标签 MyBatis 实体类 column