lixiaojun
2024-10-26 dd4da9a651330fabe210618581299ac3536bda2f
WinFrmUI/Yw.WinFrmUI.Hydro.Core/05-check/01-control/HydroCheckItemViewModel.cs
@@ -34,6 +34,7 @@
            this.Code = rhs.Code;
            this.Failed = rhs.Failed;
            this.Reason = rhs.Reason;
            this.SortCode = rhs.Failed ? 1 : 2;
        }
        /// <summary>
@@ -66,6 +67,13 @@
        [DisplayName("检查原因")]
        public string Reason { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        [DisplayName("排序码")]
        [Browsable(false)]
        public int SortCode { get; set; }
    }
}