Files
cai-server/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysRoleDeptMapper.java
dute7liang a3d488ac73 init
2023-12-19 22:18:23 +08:00

14 lines
307 B
Java

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