线上课没有未分类

This commit is contained in:
none
2023-03-17 15:54:59 +08:00
parent e33f4443a5
commit 0689c0d428
3 changed files with 1 additions and 11 deletions

View File

@@ -18,7 +18,6 @@ public interface CourseMapper extends BaseMapper<Course> {
List<CourseCategoryCountMapper> getCategoryCount();
Integer getNoneCategoryCount();
}