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; } } }