namespace iWare.Wms.Application { public interface ISysRoleMenuService { Task DeleteRoleMenuListByMenuIdList(List menuIdList); Task DeleteRoleMenuListByRoleId(long roleId); Task> GetRoleMenuIdList(List roleIdList); Task GrantMenu(GrantRoleMenuInput input); } }