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

This commit is contained in:
RuoYi
2026-03-21 11:41:55 +08:00
parent 2a11781ef8
commit a25128fe03
7 changed files with 124 additions and 3 deletions

View File

@@ -114,6 +114,14 @@ public interface ISysDeptService
*/
public int updateDept(SysDept dept);
/**
* 保存部门排序
*
* @param deptIds 部门ID数组
* @param orderNums 排序数组
*/
public void updateDeptSort(String[] deptIds, String[] orderNums);
/**
* 删除部门管理信息
*