aw3567: added 10cm depth measurement
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2022-02-25 11:41:32 +01:00
parent 1d9d213514
commit 597f42001b
7 changed files with 85 additions and 15 deletions

View File

@@ -15,5 +15,6 @@ namespace FarmMapsAPI.Carbon.Models
public List<StrawCrp> StrawCrops { get; set; }
public List<string> GreenManureType { get; set; }
public List<string> Perennial { get; set; }
public List<string> Grass_nat { get; set; }
}
}