mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 04:39:26 +08:00
新增: 资源名称和分类编辑接口
This commit is contained in:
@@ -54,5 +54,5 @@ public interface ResourceService extends IService<Resource> {
|
||||
|
||||
Integer duration(Integer id);
|
||||
|
||||
void categoryChange(List<Integer> ids, Integer categoryId);
|
||||
void updateNameAndCategoryId(Integer id, String name, Integer categoryId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user