This commit is contained in:
Fu Diwei
2024-04-09 09:32:38 +08:00

View File

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