now saves cropfield item code and if satellite data is processed

This commit is contained in:
2020-05-05 09:09:19 +02:00
parent 17765f17b0
commit 276cce1808
2 changed files with 61 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace FarmmapsHaulmkilling.Models
{
public class Settings
{
public string CropfieldItemCode { get; set; }
public bool ProcessedSatellite { get; set; }
}
}