Skip to content

Commit

Permalink
Update UmsAdminCacheService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 2, 2021
1 parent 86f5e05 commit 936ca0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public interface UmsAdminCacheService {
List<UmsResource> getResourceList(Long adminId);

/**
* 设置后台后台用户资源列表
* 设置缓存后台用户资源列表
*/
void setResourceList(Long adminId, List<UmsResource> resourceList);
}

0 comments on commit 936ca0e

Please sign in to comment.