修复了添加设备不更新的问题和一些已知的问题

This commit is contained in:
2025-06-30 22:03:49 +08:00
parent a1de03a94e
commit 5e0c530187
9 changed files with 171 additions and 136 deletions

View File

@@ -21,6 +21,5 @@ public class DbMenu
[SugarColumn(IsIgnore = true)]
public List<DbMenu> Items { get; set; }
public DbMenu? Parent { get; set; }
}