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

爱学习的涵 LV7
2024年6月22日
kaikai11111 LV2
2023年12月6日
jiemomo LV12
2023年11月2日
zj20020510 LV5
2023年9月24日
唐钰小宝A LV13
2023年9月12日
vilychan LV2
2023年9月11日
hongdongdong LV14
2023年6月29日
ziv5466123 LV7
2023年6月28日
1122213 LV1
2023年6月6日
liu0820 LV1
2022年12月19日

GuanYang551
6月21日
暂无贡献等级
lkke23047 LV1
5月26日
2297224153
3月27日
暂无贡献等级
571818771 LV3
2024年12月16日
qpzmla
2024年12月13日
暂无贡献等级
微信网友_7290996505972736 LV4
2024年12月11日
曾多次 LV1
2024年12月8日
11onerr
2024年11月22日
暂无贡献等级
111rose LV1
2024年11月21日
wuyanmingsi LV1
2024年9月7日