fix(work): 修复获取异步任务结果某些情况下会数值溢出

This commit is contained in:
zy55769068 2024-03-19 14:08:33 +08:00 committed by GitHub
parent 2cb4a262d7
commit d097394392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@
/// </summary>
[Newtonsoft.Json.JsonProperty("total")]
[System.Text.Json.Serialization.JsonPropertyName("total")]
public int TotalCount { get; set; }
public long TotalCount { get; set; }
/// <summary>
/// 获取或设置目前运行百分比。