package com.xzx.gc.role.mapper; import com.xzx.gc.entity.CoreRoleFunction; import com.xzx.gc.util.GcMapper; import java.util.List; public interface RoleFunctionConsoleMapper extends GcMapper { List getFunctionIdByRole(Long roleId); List getFunctionByRoleMenu(Long roleId); }