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  LV8 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日
最近浏览更多
2297224153 3月27日
暂无贡献等级
ohh0909 1月16日
暂无贡献等级
2428230058  LV1 2024年12月30日
ma406805131  LV19 2024年12月27日
dongandmin  LV8 2024年12月26日
梧高凤必至 2024年12月23日
暂无贡献等级
571818771  LV3 2024年12月16日
2022105270023 2024年12月10日
暂无贡献等级
努力学习的小朋友  LV3 2024年12月8日
oscndwcneus 2024年12月6日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友