Skip to content

Commit

Permalink
fix(work): 修复获取异步任务结果某些情况下会数值溢出
Browse files Browse the repository at this point in the history
  • Loading branch information
zy55769068 authored Mar 19, 2024
1 parent 2cb4a26 commit d097394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class Result
/// </summary>
[Newtonsoft.Json.JsonProperty("total")]
[System.Text.Json.Serialization.JsonPropertyName("total")]
public int TotalCount { get; set; }
public long TotalCount { get; set; }

/// <summary>
/// 获取或设置目前运行百分比。
Expand Down

0 comments on commit d097394

Please sign in to comment.