完成了Web端课程模块

This commit is contained in:
2025-06-24 09:18:01 +08:00
parent 746ac2c6bd
commit 7ca23bc987
63 changed files with 1297 additions and 478 deletions

View File

@ -5,8 +5,8 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author 35880
* @description 针对表【course_chapter】的数据库操作Mapper
* @createDate 2025-06-23 18:07:34
* @description 针对表【course_chapter(课程章节表)】的数据库操作Mapper
* @createDate 2025-06-23 18:30:28
* @Entity com.greenorange.promotion.model.entity.CourseChapter
*/
public interface CourseChapterMapper extends BaseMapper<CourseChapter> {