Finding satellite items.

This commit is contained in:
2020-04-28 12:37:56 +02:00
parent e8e31e077d
commit 5f1073b80c
3 changed files with 41 additions and 4 deletions

View File

@@ -3,6 +3,6 @@ namespace FarmmapsHaulmkilling.Models
public class Settings
{
public string CropfieldItemCode { get; set; }
public bool ProcessedSatellite { get; set; }
public string SatelliteTaskCode { get; set; }
}
}