mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 04:39:26 +08:00
资源删除、编辑不需要权限
This commit is contained in:
@@ -55,4 +55,6 @@ public interface ResourceService extends IService<Resource> {
|
||||
Integer duration(Integer id);
|
||||
|
||||
void updateNameAndCategoryId(Integer id, String name, Integer categoryId);
|
||||
|
||||
List<Integer> categoryIds(Integer resourceId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user