实现导航跳转

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

@@ -6,7 +6,7 @@ namespace DMS.WPF.ViewModels.Items;
public partial class VariableHistoryItemViewModel : ObservableObject
{
public long Id { get; }
public long Id { get; set; }
[ObservableProperty]
private int _variableId;