完成资源列表的前端对接和调整
This commit is contained in:
@@ -44,6 +44,13 @@ public interface ResourceRpc {
|
||||
*/
|
||||
CommonResult<ResourceVO> getResource(Integer resourceId);
|
||||
|
||||
/**
|
||||
* 获得资源全列表
|
||||
*
|
||||
* @return 资源列表
|
||||
*/
|
||||
CommonResult<List<ResourceVO>> listResource();
|
||||
|
||||
/**
|
||||
* 获得资源列表
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user