Shuxia Ning
2024-11-11 f866efa3f12f68bc1f21ed5c9b76ead436009b04
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-add/00-viewmodel/SetSchemeParterRecordItem.cs
@@ -12,10 +12,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; }
    }