public interface ResourcesService
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delResources(Integer[] ids) |
int |
editResource(ResourcesDO resources) |
List<ResourcesDto> |
queryResourceAll() |
List<ResourcesDto> |
selectResources(String name) |
List<ResourcesDto> |
selectResourcesByPid(Integer pid) |
List<ResourcesDto> |
selectResourcesByRoles(List<Integer> roles) |
ResourcesDto |
selectResourcesDtoById(Integer id) |
int editResource(ResourcesDO resources)
int delResources(Integer[] ids)
List<ResourcesDto> selectResources(String name)
List<ResourcesDto> selectResourcesByRoles(List<Integer> roles)
List<ResourcesDto> queryResourceAll()
List<ResourcesDto> selectResourcesByPid(Integer pid)
ResourcesDto selectResourcesDtoById(Integer id)
Copyright © 2024. All rights reserved.