升级.net8

This commit is contained in:
dell
2024-11-14 09:01:55 +08:00
parent 48e9e27fa0
commit abf72c3d58
86 changed files with 14229 additions and 10612 deletions

View File

@ -87,7 +87,7 @@ namespace HT.Cloud.Domain.SystemSecurity
/// 上次发生错误信息
/// </summary>
[Description("上次发生错误信息")]
[SugarColumn(IsNullable = true, ColumnDescription = "上次发生错误信息")]
[SugarColumn(IsNullable = true, ColumnDescription = "上次发生错误信息", ColumnDataType = "nvarchar(200)")]
public string F_LastRunErrMsg { get; set; }
/// <summary>