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/CheckFailed.cs | 36 ++++++++++++++++-------------------- 1 files changed, 16 insertions(+), 20 deletions(-) diff --git a/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckFailed.cs b/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckFailed.cs index c9dbdc5..58ed2a2 100644 --- a/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckFailed.cs +++ b/Hydro/Yw.EPAnet.Calcu.Core/02-check/CheckFailed.cs @@ -1,32 +1,28 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Yw.EPAnet +锘縩amespace Yw.EPAnet { /// <summary> /// 妫�鏌ュけ璐� /// </summary> public class CheckFailed { + /// <summary> + /// 缁勪欢id锛坰tring.IsNullOrEmpty-鏁翠綋 锛� + /// </summary> + public string ParterId { get; set; } + + /// <summary> + /// 澶辫触绫诲瀷 + /// </summary> + public eCheckFailType FailType { get; set; } + + /// <summary> + /// 澶辫触鍘熷洜 + /// </summary> public string FailReason { get; set; } - public FailType Type { get; set; } - - public string ModelName { get; set; } } - public enum FailType - { - 绠$嚎缂哄皯绔偣 = 1, - 鍠峰ご鍙兘杩炴帴绠¢亾 = 2, - 缂哄皯姘寸鎴栨按姹犲璞� = 3, - 绠′欢瀵硅薄杩炵浠跺璞� = 4, - 灞炴�ч敊璇� = 5, - 瀛ょ珛鐐�, - 瀛ょ珛绠$嚎, - } + + } -- Gitblit v1.9.3