<!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 >

</select>
</mapper>

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-01-04
  • 2021-11-24
  • 2021-10-20
  • 2022-12-23
相关资源
相似解决方案