now saves cropfield item code and if satellite data is processed

This commit is contained in:
2020-04-28 11:22:02 +02:00
parent 17765f17b0
commit 276cce1808
2 changed files with 61 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
namespace FarmmapsHaulmkilling.Models
{
public class Settings
{
public string CropfieldItemCode { get; set; }
public bool ProcessedSatellite { get; set; }
}
}