"vscode:/vscode.git/clone" did not exist on "2380ed792db99e593f89571e0e8647d89a0ad1b2"
Commit 936ca0e9 authored by macro's avatar macro
Browse files

Update UmsAdminCacheService.java

parent 86f5e05b
...@@ -51,7 +51,7 @@ public interface UmsAdminCacheService { ...@@ -51,7 +51,7 @@ public interface UmsAdminCacheService {
List<UmsResource> getResourceList(Long adminId); List<UmsResource> getResourceList(Long adminId);
/** /**
* 设置后台后台用户资源列表 * 设置缓存后台用户资源列表
*/ */
void setResourceList(Long adminId, List<UmsResource> resourceList); void setResourceList(Long adminId, List<UmsResource> resourceList);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment