new interface

This commit is contained in:
WenG 2021-04-05 23:14:40 +08:00
parent e771e87a9d
commit 965d9dd0d1

View File

@ -41,6 +41,14 @@ public interface IRoleMenuBaseService {
*/
List<String> listMenuId(String roleId);
/**
* 菜单ID列表
*
* @param roleIds
* @return
*/
List<String> listMenuId(List<String> roleIds);
/**
* 菜单URL
*
@ -48,4 +56,5 @@ public interface IRoleMenuBaseService {
* @return
*/
List<String> listMenuUrl(String roleId);
}