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