heheng
8 天以前 b48be73219c84cf00f4fbbabe6ea31f6e511c4a9
multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java
@@ -2,6 +2,7 @@
import com.gkhy.exam.common.domain.entity.SysDept;
import com.gkhy.exam.system.domain.SysDeptManage;
import com.gkhy.exam.system.domain.vo.DeptVo;
import org.apache.ibatis.annotations.Param;
@@ -125,4 +126,10 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    int insetMangeBatch(List<SysDeptManage> sysDeptManages);
    int deleteMangeBatch(long deptId);
    List<SysDeptManage> getAllManage(long deptId);
}