liusheng
2023-10-26 201029ebe1fffdc3335c1bbd60dd6befe0283b7c
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -1,6 +1,8 @@
package com.ruoyi.system.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import com.ruoyi.common.core.domain.entity.SysDept;
@@ -9,8 +11,8 @@
 * 
 * @author ruoyi
 */
public interface SysDeptMapper
{
@Mapper
public interface SysDeptMapper {
    /**
     * 查询部门管理数据
     *