Mybatis中resultMap的column和property属性

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

posted @ 2019-10-23 19:22  AxeBurner  阅读(1417)  评论(0编辑  收藏  举报