DataCropfieldCharacteristics as an array containing cropyield and possibly strawyield. If no strawyield is filled in then straw remains in field.

This commit is contained in:
2024-02-27 15:44:07 +01:00
parent d756f08b4c
commit 84f27db16e
3 changed files with 218 additions and 64 deletions

View File

@@ -15,7 +15,7 @@ namespace FarmmapsKPI.Models
public string[] OperationItemCodes { get; set; }
public JObject[] DataOperations { get; set; }
public string CropfieldCharacteristicItemCode { get; set; }
public JObject DataCropfieldCharacteristic { get; set; }
public JObject[] DataCropfieldCharacteristics { get; set; }
public string DownloadFolder { get; set; }
public int CropYear { get; set; }
public DateTime StartDate { get; set; }