随笔分类 -  mybatis

mybatis 实体类属性和数据库表的列名不一致
摘要:1. 使用别名查询 <!-- 配置查询所有操作 --> <select id="findAll" resultType="com.itheima.domain.User"> select id as userId, username as userName, birthday as userBirt 阅读全文
posted @ 2022-03-01 23:56 fate_joy 阅读(85) 评论(0) 推荐(0)