资源分类增加检测api

This commit is contained in:
none
2023-03-13 15:28:31 +08:00
parent a3bb8be72e
commit 48602be6c0
5 changed files with 75 additions and 1 deletions

View File

@@ -27,4 +27,6 @@ public interface ResourceService extends IService<Resource> {
List<Resource> chunks(List<Integer> ids);
List<Resource> chunks(List<Integer> ids, List<String> fields);
}