mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 04:39:26 +08:00
优化资源删除
This commit is contained in:
@@ -11,4 +11,6 @@ import com.baomidou.mybatisplus.extension.service.IService;
|
||||
public interface ResourceVideoService extends IService<ResourceVideo> {
|
||||
|
||||
void create(Integer resourceId, Integer duration);
|
||||
|
||||
void removeByRid(Integer resourceId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user