SysRoleDeptMapper.java 304 Bytes
package com.lego.system.mapper;

import com.lego.common.core.mapper.BaseMapperPlus;
import com.lego.system.domain.SysRoleDept;

/**
 * 角色与部门关联表 数据层
 *
 * @author Lion Li
 */
public interface SysRoleDeptMapper extends BaseMapperPlus<SysRoleDeptMapper, SysRoleDept, SysRoleDept> {

}