diff --git a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj index cbb9675e..878e21eb 100644 --- a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/admin/Bootstrap.DataAccess/Exceptions.cs b/src/admin/Bootstrap.DataAccess/Exceptions.cs index 154d15da..f6b85483 100644 --- a/src/admin/Bootstrap.DataAccess/Exceptions.cs +++ b/src/admin/Bootstrap.DataAccess/Exceptions.cs @@ -8,52 +8,53 @@ using System.Data.Common; namespace Bootstrap.DataAccess { /// - /// + /// 异常实体类 /// + [PrimaryKey("Id", AutoIncrement = true)] public class Exceptions { /// - /// + /// 获得/设置 主键 /// public string Id { get; set; } /// - /// + /// 获得/设置 主键 /// public string AppDomainName { get; set; } /// - /// + /// 获得/设置 用户请求页面地址 /// public string ErrorPage { get; set; } /// - /// + /// 获得/设置 用户 ID /// public string UserId { get; set; } /// - /// + /// 获得/设置 用户 IP /// public string UserIp { get; set; } /// - /// + /// 获得/设置 异常类型 /// public string ExceptionType { get; set; } /// - /// + /// 获得/设置 异常错误描述信息 /// public string Message { get; set; } /// - /// + /// 获得/设置 异常堆栈信息 /// public string StackTrace { get; set; } /// - /// + /// 获得/设置 日志时间戳 /// public DateTime LogTime { get; set; } @@ -64,7 +65,7 @@ namespace Bootstrap.DataAccess public string Period { get; set; } /// - /// + /// 获得/设置 分类信息 /// public string Category { get; set; } diff --git a/src/client/Bootstrap.Client/Bootstrap.Client.csproj b/src/client/Bootstrap.Client/Bootstrap.Client.csproj index 2162d332..94b48e4a 100644 --- a/src/client/Bootstrap.Client/Bootstrap.Client.csproj +++ b/src/client/Bootstrap.Client/Bootstrap.Client.csproj @@ -7,7 +7,7 @@ - +