mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
优化资源分类id必填
This commit is contained in:
@@ -14,4 +14,6 @@ public interface ResourceService extends IService<Resource> {
|
||||
|
||||
PaginationResult<Resource> paginate(int page, int size, ResourcePaginateFilter filter);
|
||||
|
||||
Resource create(Integer categoryId, String filename, String ext, Long size, String disk, String fileId, String path, String url);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user