优化资源删除

This commit is contained in:
none
2023-03-07 11:52:19 +08:00
parent 4df9680361
commit 0118e0a164
5 changed files with 46 additions and 3 deletions

View File

@@ -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);
}