This commit is contained in:
CWX
2025-01-24 18:00:01 +00:00
parent 4071351327
commit b82588208d
@@ -18,5 +18,5 @@ public record RepairItem
public string? Id { get; set; }
[JsonPropertyName("count")]
public int? Count { get; set; }
public double? Count { get; set; }
}