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

This commit is contained in:
RuoYi
2026-03-21 12:42:16 +08:00
parent a25128fe03
commit 752647f4be
5 changed files with 63 additions and 1 deletions
@@ -106,6 +106,13 @@ public interface SysMenuMapper
*/
public int updateMenu(SysMenu menu);
/**
* 保存菜单排序
*
* @param menu 菜单信息
*/
public void updateMenuSort(SysMenu menu);
/**
* 删除菜单管理信息
*