新增: 资源名称和分类编辑接口

This commit is contained in:
none
2023-06-13 09:57:11 +08:00
parent 147da9f38a
commit 12056f648f
11 changed files with 91 additions and 97 deletions

View File

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