write A1 yield & strawYield to output

update definitions
update TODO.txt
This commit is contained in:
2024-03-11 14:35:03 +01:00
parent 67014e20f5
commit ffbb45894a
6 changed files with 89 additions and 75 deletions

View File

@@ -34,6 +34,9 @@ namespace FarmmapsKPI.Models
public string area { get; set; }
public string cropTypeCode { get; set; }
public string cropTypeName { get; set; }
public string yield { get; set; }
public string strawYield { get; set; }
public KPIelementsOfBalance values { get; set; }
public KPIenvironmentMeasureData[] environmentMeasureData { get; set; }