project-system/src/main/java/com/project/system/mapper/SysDeptMapper.java
@@ -1,5 +1,6 @@ package com.project.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.project.common.core.domain.entity.SysDept; import org.apache.ibatis.annotations.Param; @@ -10,7 +11,7 @@ * * @author project */ public interface SysDeptMapper public interface SysDeptMapper extends BaseMapper<SysDept> { /** * 查询部门管理数据