now saves cropfield item code and if satellite data is processed
This commit is contained in:
8
FarmmapsHaulmkilling/Models/Settings.cs
Normal file
8
FarmmapsHaulmkilling/Models/Settings.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace FarmmapsHaulmkilling.Models
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
public string CropfieldItemCode { get; set; }
|
||||
public bool ProcessedSatellite { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user