From 15d15d24fbccb9b70a305b46b71453b2ab1a720e Mon Sep 17 00:00:00 2001 From: qinjie <qinjie@163.com> Date: 星期二, 19 十二月 2023 15:43:46 +0800 Subject: [PATCH] 提交代码 --- 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