farmmapsKPI receives minimum necessary input and writes relevant KPI output

This commit is contained in:
2023-10-13 16:37:50 +02:00
parent 1cc36422a4
commit 4102ed628e
7 changed files with 285 additions and 117 deletions

View File

@@ -4,7 +4,7 @@
{
public string CropfieldItemCode { get; set; }
public string CropRecordingItemCode { get; set; }
public string OperationItemCode { get; set; }
public string[] OperationItemCodes { get; set; }
public string CropfieldCharacteristicItemCode { get; set; }
}