输入banner图图片脚本导航/分类

使用mybatis如果类属性名和数据库中的属性名不一样取值就会为null

select id="selectEmp" resultType="com.atguigu.mybatis.bean.Employee"> select id,last_name lastName,gender,email from tbl_employee where id= #{id} </select>

 

使用mybatis如果类属性名和数据库中的属性名不一样取值就会为null

标签:img   就会   tis   HERE   employee   sel   email   pre   java