重构了代码

This commit is contained in:
2025-07-02 22:07:16 +08:00
parent 31f6cf64f4
commit b6519ae0b1
16 changed files with 326 additions and 294 deletions

View File

@@ -10,7 +10,7 @@ public partial class VariableTable:ObservableObject
[ObservableProperty] private string description;
public ProtocolType ProtocolType { get; set; }
public List<DataVariable> DataVariables { get; set; }
public List<VariableData> DataVariables { get; set; }
[ObservableProperty]
private bool isActive;
public int? DeviceId { get; set; }