部门管理支持批量保存排序

This commit is contained in:
RuoYi
2026-03-21 11:39:53 +08:00
parent 16a78c8113
commit 01fd7be61a
7 changed files with 124 additions and 3 deletions

View File

@@ -108,6 +108,13 @@ public interface SysDeptMapper
*/
public int updateDeptChildren(@Param("depts") List<SysDept> depts);
/**
* 保存部门排序
*
* @param dept 部门信息
*/
public void updateDeptSort(SysDept dept);
/**
* 删除部门管理信息
*