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