WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-grading/01-set/SetHydroGradingModelViewModel.cs
@@ -19,6 +19,7 @@ this.ModelID = rhs.ModelID; this.Catalog = rhs.Catalog; this.PropName = rhs.PropName; this.SetValue = rhs.SetValue; this.MinValue = rhs.MinValue; this.MaxValue = rhs.MaxValue; this.Color = ColorTranslator.FromHtml(rhs.Color); @@ -51,6 +52,12 @@ public string PropName { get; set; } /// <summary> /// 属性值 /// </summary> [DisplayName("属性值")] public string SetValue { get; set; } /// <summary> /// 下限 /// </summary> [DisplayName("下限")]