Mybatis中resultMap的column和property属性

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

posted @ 2019-09-06 23:15  牧阳人  阅读(17326)  评论(0)    收藏  举报