增加资源无分类查询

This commit is contained in:
none
2023-03-15 11:41:37 +08:00
parent b95cd7fbab
commit 06bc8c639c
8 changed files with 24 additions and 4 deletions

View File

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