return crop name; scenario name
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2021-11-15 15:48:56 +01:00
parent 710473c727
commit 7dc5bb1b50
4 changed files with 14 additions and 4 deletions

View File

@@ -23,6 +23,8 @@ namespace FarmMapsAPI.Carbon.Models
public class YearSummary
{
[JsonProperty("crop")]
public string Crop { get; set; }
[JsonProperty("year")]
public int Year { get; set; }
[JsonProperty("bulk_Density")]