Finding satellite items.

This commit is contained in:
2020-04-28 12:37:56 +02:00
parent 276cce1808
commit a331437433
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; }
}
}