using System;
namespace Bootstrap.DataAccess
{
///
///
///
public class Exceptions
{
///
///
///
public int Id { get; set; }
///
///
///
public string AppDomainName { get; set; }
///
///
///
public string ErrorPage { get; set; }
///
///
///
public string UserId { get; set; }
///
///
///
public string UserIp { get; set; }
///
///
///
public string Message { get; set; }
///
///
///
public string StackTrace { get; set; }
///
///
///
public DateTime LogTime { get; set; }
///
///
///
public string ExceptionType { get; set; }
///
/// 获得/设置 时间描述 2分钟内为刚刚
///
public string Period { get; set; }
}
}