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); }

2428230058 LV1
2024年12月30日
dongandmin LV9
2024年12月26日
努力学习的小朋友 LV3
2024年12月8日
微信网友_7000012089643008 LV4
2024年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日

liang123112233
6月23日
暂无贡献等级
dhwu1g87d
6月14日
暂无贡献等级
虾虎鱼
6月11日
暂无贡献等级
2063674115
5月12日
暂无贡献等级
2297224153
3月27日
暂无贡献等级
ohh0909
1月16日
暂无贡献等级
2428230058 LV1
2024年12月30日
ma406805131 LV19
2024年12月27日
dongandmin LV9
2024年12月26日
梧高凤必至
2024年12月23日
暂无贡献等级