增加资源无分类查询

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

@@ -19,6 +19,8 @@ public interface ResourceMapper extends BaseMapper<Resource> {
List<ResourceCategoryCountMapper> getCategoryCount(String type);
Integer getNoneCategoryCount(String type);
}