无关风月
20 小时以前 2aa0dd9c34c6be86e70b1d2d939d3660552cb514
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -1,8 +1,9 @@
package com.ruoyi.system.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ruoyi.common.core.domain.entity.SysDept;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * 部门管理 数据层
@@ -115,4 +116,6 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    public List<SysDept> selectByIds(@Param("deptIds") List<Integer> deptIds);
}