mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
完善minio上传
This commit is contained in:
@@ -19,4 +19,8 @@ public interface ResourceService extends IService<Resource> {
|
||||
|
||||
Resource findOrFail(Integer id) throws NotFoundException;
|
||||
|
||||
void changeParentId(Integer id, Integer parentId);
|
||||
|
||||
void storeResourceVideo(Integer rid, Integer duration, String poster);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user