Mybatis中resultMap的column和property属性

<resultMap id="给ID名" type="实体类" >
<result column="数据库字段名" property="实体类属性" jdbcType="数据库字段类型" />
</resultMap>

原文地址:https://www.cnblogs.com/bichen-01/p/11728225.html