namespace Yw.EPAnet { /// /// 检查失败 /// public class CheckFailed { /// /// 组件id(string.IsNullOrEmpty-整体 ) /// public string ParterId { get; set; } /// /// 失败类型 /// public eCheckFailType FailType { get; set; } /// /// 失败原因 /// public string FailReason { get; set; } } }