mybatis查询数据库返回结果对象为空

当实体类属性与表中列名不同时,须要定义resultMap,不然查询对象为空 resultMap id="person" type="Person"> <result property="username" column="name"></result> <result property="password" column="age"></result> </
相关文章
相关标签/搜索