WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-add/00-viewmodel/SetSchemeParterRecordItem.cs
@@ -1,10 +1,4 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HStation.WinFrmUI namespace HStation.WinFrmUI { public class SetSchemeParterRecordItem { @@ -12,10 +6,10 @@ public string Name { get; set; } [DisplayName("原始值")] public string RawValue { get; set; } public string BeforeValue { get; set; } [DisplayName("当前值")] public string CurrentValue { get; set; } public string AfterValue { get; set; } }