Update UmsAdminCacheService.java

This commit is contained in:
macro 2021-03-02 21:04:22 +08:00
parent 86f5e05bff
commit 936ca0e93a

View File

@ -51,7 +51,7 @@ public interface UmsAdminCacheService {
List<UmsResource> getResourceList(Long adminId);
/**
* 设置后台后台用户资源列表
* 设置缓存后台用户资源列表
*/
void setResourceList(Long adminId, List<UmsResource> resourceList);
}