mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-05-22 07:07:47 +00:00
完成资源列表的前端对接和调整
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