package dao; import java.util.List; import model.Course; import model.PageBean; public interface CourseDao { /* * 添加课程 */ int addCos(Course course, String courseDate); /* * 删除课程 */ int deleteCos(int courseID); /* * 修改课程 */ int editCos(Course course,String courseDate); /* * 查询所有课程 */ List findAll(); /* * 查询一个课程 */ List findOne(int courseID); /* * 查询该课程是否存在 */ Course selectOneCos(Course cours); /* * 分页查询课程 */ PageBean courseListPage(int pageNo,int pageCount); }
最近下载更多
微信网友_7000012089643008 LV4
5月26日
dfkdjfb LV1
2023年12月15日
李朝磊 LV18
2023年12月12日
17558474454 LV1
2023年12月4日
15797970926 LV1
2023年11月28日
刘洋66666 LV1
2023年11月5日
jiemomo LV12
2023年11月2日
泰州市斑驳时光 LV4
2023年9月16日
husiyu LV3
2023年9月8日
流连瓦盖法 LV7
2023年6月23日