kongzy
2024-11-07 41c7e0ebcdaa27eef33c86f2c455bee0df9a38d3
exam-system/src/main/java/com/gkhy/exam/system/mapper/ExCourseChapterPeriodMapper.java
@@ -47,4 +47,11 @@
     * @return
     */
    int deletePeriodByChapterId(Long chapterId);
    /**
     * 根据课程id获取课时数量
     * @param courseId
     * @return
     */
    int selectCountByCourseId(Long courseId);
}