namespace WIP_Models { /// /// 邮箱内容类 /// public class DescribeModel { /// /// 异常信息 /// public string exceptionMsg { get; set; } /// /// 异常的json数据 /// public string exceptionData { get; set; } /// /// 源数据的json数据 /// public string sourceData { get; set; } } }