duheng
2025-03-20 bc0ed5b6cfda6c72c06f451b77da8518c41ab210
WinFrmUI/Yw.WinFrmUI.Hydro.Core/08-grading/03-list/SetHydroGradingModelViewModel.cs
@@ -22,6 +22,8 @@
            this.SetValue = rhs.SetValue;
            this.MinValue = rhs.MinValue;
            this.MaxValue = rhs.MaxValue;
            this.MinPercent = rhs.MinPercent;
            this.MaxPercent = rhs.MaxPercent;
            this.Color = ColorTranslator.FromHtml(rhs.Color);
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -60,16 +62,28 @@
        /// <summary>
        /// 下限
        /// </summary>
        [DisplayName("下限")]
        [DisplayName("区间下限")]
        public double MinValue { get; set; }
        /// <summary>
        /// 上限
        /// </summary>
        [DisplayName("上限")]
        [DisplayName("区间上限")]
        public double MaxValue { get; set; }
        /// <summary>
        /// 上限
        /// </summary>
        [DisplayName("百分比下限")]
        public double MinPercent { get; set; }
        /// <summary>
        /// 上限
        /// </summary>
        [DisplayName("百分比上限")]
        public double MaxPercent { get; set; }
        /// <summary>
        /// 颜色
        /// </summary>
        [DisplayName("颜色")]