如果数据库中字段使用下划线作为分隔,而实体类属性用的小驼峰的方式命名,可以在mybatis的配置文件中开启驼峰转换 <setting name="mapUnderscoreToCamelCase" value="true"/>