From ac3e88e5dc69c74c80045a86abe38caae81d0101 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期三, 20 十二月 2023 13:06:46 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/Yw/Hydro.V1.0 --- Hydro.Core/Common/CheckModel.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Hydro.Core/Common/CheckModel.cs b/Hydro.Core/Common/CheckModel.cs index ef97ae5..be2b579 100644 --- a/Hydro.Core/Common/CheckModel.cs +++ b/Hydro.Core/Common/CheckModel.cs @@ -3,6 +3,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; +using static Hydro.Core.ObjectEnum; namespace Hydro.Core.Model { @@ -20,5 +21,10 @@ public class FailModel : BaseModel { public string FailReason { get; set; } + + public FailType Type { get; set; } + + public string ModelName { get; set; } } + } -- Gitblit v1.9.3