mybatis的dao层xml

<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!-- 该配置文件提供sql语句和DeptDaoMapper类进行绑定 -->
<mapper namespace="com.xasxt.tmanager.app.dao.CourseDaoMapper">

<select id="findStudentCourseScore" resultType="Course">

</select>
</mapper>

posted @ 2018-10-10 11:02  心态良  Views(885)  Comments(0Edit  收藏  举报