实现导航跳转

This commit is contained in:
2025-07-30 12:09:00 +08:00
parent 3b5ecef895
commit 1ebc1a4df6
21 changed files with 150 additions and 248 deletions

View File

@@ -8,7 +8,7 @@ namespace DMS.WPF.ViewModels.Items;
public partial class VariableTableItemViewModel : ObservableObject
{
public int Id { get; }
public int Id { get; set; }
[ObservableProperty]
private string _name;