From 0e0709e63ed50093d09fb88ac1ea4eb9b5a37afc Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 13 八月 2024 02:08:46 +0800 Subject: [PATCH] Yw.EPAnet修改 --- Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckResult.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckResult.cs b/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckResult.cs index 977b5da..59b9a79 100644 --- a/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckResult.cs +++ b/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckResult.cs @@ -6,6 +6,15 @@ public class CheckResult { /// <summary> + /// + /// </summary> + public CheckResult() + { + this.Succeed = true; + this.FailedList = new List<CheckFailed>(); + } + + /// <summary> /// 鏄惁鎴愬姛 /// </summary> public bool Succeed { get; set; } -- Gitblit v1.9.3