菜单管理支持批量保存排序

This commit is contained in:
RuoYi
2026-03-21 12:41:51 +08:00
parent 01fd7be61a
commit b508e05b0c
7 changed files with 126 additions and 3 deletions

View File

@@ -106,6 +106,13 @@ public interface SysMenuMapper
*/
public int updateMenu(SysMenu menu);
/**
* 保存菜单排序
*
* @param menu 菜单信息
*/
public void updateMenuSort(SysMenu menu);
/**
* 删除菜单管理信息
*