fix type
This commit is contained in:
@@ -18,5 +18,5 @@ public record RepairItem
|
||||
public string? Id { get; set; }
|
||||
|
||||
[JsonPropertyName("count")]
|
||||
public int? Count { get; set; }
|
||||
public double? Count { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user