This commit is contained in:
77
2024-05-05 23:00:18 +08:00
commit f676e778cc
468 changed files with 37520 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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> {
}