71a2a8245d
update 更新模块包名 ; delete 移除 sms 模块, oss 模块, framework 模块 (并入 common 模块) ;
14 lines
315 B
Java
14 lines
315 B
Java
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> {
|
|
|
|
}
|