疯狂的狮子li
2021-06-18 85ae3a94203279bcec7cb90405f4d3eddc3bf968
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysRoleDeptMapper.java
@@ -1,9 +1,7 @@
package com.ruoyi.system.mapper;
import com.ruoyi.common.core.page.BaseMapperPlus;
import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
import com.ruoyi.system.domain.SysRoleDept;
import java.util.List;
/**
 * 角色与部门关联表 数据层
@@ -11,13 +9,5 @@
 * @author ruoyi
 */
public interface SysRoleDeptMapper extends BaseMapperPlus<SysRoleDept> {
   /**
    * 批量新增角色部门信息
    *
    * @param roleDeptList 角色部门列表
    * @return 结果
    */
   public int batchRoleDept(List<SysRoleDept> roleDeptList);
}