aw6374: modelYear as string
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2025-03-07 20:37:55 +01:00
parent f1f742d434
commit fcbb6c9356

View File

@@ -13,7 +13,7 @@ namespace FarmMapsAPI.Carbon.Models
{
public class FarmMapsCarbonRequest
{
public int? ModelYear { get; set; }
public string ModelYear { get; set; }
public string ScenarioName { get; set; }
public int PostalCode { get; set; }