baoshiwei
2025-05-20 eafecc3ac0227960f2b8fa377be27f066e10e50f
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.dromara.system.mapper;
 
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
import org.dromara.system.domain.SysRoleDept;
 
/**
 * 角色与部门关联表 数据层
 *
 * @author Lion Li
 */
public interface SysRoleDeptMapper extends BaseMapperPlus<SysRoleDept, SysRoleDept> {
 
}