package com.ruoyi.system.mapper; import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus; import com.ruoyi.system.domain.SysRoleDept; /** * 角色与部门关联表 数据层 * * @author Lion Li */ public interface SysRoleDeptMapper extends BaseMapperPlus { }