完成菜单树的转换

This commit is contained in:
2025-07-26 14:12:14 +08:00
parent 527fb88cdf
commit 825f51d1ce
5 changed files with 49 additions and 16 deletions

View File

@@ -31,4 +31,5 @@ public interface IMenuService
/// 异步删除一个菜单。
/// </summary>
Task DeleteMenuAsync(int id);
}