removed 0.54 factor; fix farm totals; added miterra crop input
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2021-06-29 14:56:27 +02:00
parent 6554e059df
commit 110815f7ea
2 changed files with 40 additions and 26 deletions

View File

@@ -55,6 +55,7 @@ namespace FarmMapsAPI.Carbon.Models
{
[Required]
public string CropCode { get; set; }
public string MiterraCropName { get; set; }
public List<OrganicManureFarmMaps> OrganicManures { get; set; }
public int? CropYield { get; set; }
public bool CropRes { get; set; }