project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_Log.cs
@@ -44,13 +44,13 @@ /// <summary> /// 请求参数 /// </summary> [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "请求参数")] [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "请求参数")] public string RequestParam { get; set; } /// <summary> /// 响应参数 /// </summary> [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "响应参数")] [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "响应参数")] public string ResponseParam { get; set; } /// <summary>