疯狂的狮子Li
2023-02-18 e7dc439ed3c755282bcd766aed05dc3b6c10f6e5
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.system.mapper;
 
import com.ruoyi.common.mybatis.core.mapper.BaseMapperPlus;
import com.ruoyi.system.domain.SysRoleDept;
 
/**
 * 角色与部门关联表 数据层
 *
 * @author Lion Li
 */
public interface SysRoleDeptMapper extends BaseMapperPlus<SysRoleDeptMapper, SysRoleDept, SysRoleDept> {
 
}