handles existing cropfielditemcode

This commit is contained in:
2023-06-27 14:08:27 +02:00
parent b99191b7b1
commit 8a770a1762
4 changed files with 20 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ namespace FarmmapsKPI.Models
public class KPIInput
{
public bool UseCreatedCropfield { get; set; }
public string CropfieldItemCode { get; set; }
public string File { get; set; }
public string InputVariable { get; set; }
public string OutputFileName { get; set; }