new interface
This commit is contained in:
parent
e771e87a9d
commit
965d9dd0d1
@ -41,6 +41,14 @@ public interface IRoleMenuBaseService {
|
|||||||
*/
|
*/
|
||||||
List<String> listMenuId(String roleId);
|
List<String> listMenuId(String roleId);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 菜单ID列表
|
||||||
|
*
|
||||||
|
* @param roleIds
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
List<String> listMenuId(List<String> roleIds);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 菜单URL
|
* 菜单URL
|
||||||
*
|
*
|
||||||
@ -48,4 +56,5 @@ public interface IRoleMenuBaseService {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
List<String> listMenuUrl(String roleId);
|
List<String> listMenuUrl(String roleId);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user