2020-10-15 15:14:29 +02:00
|
|
|
namespace FarmmapsHaulmkilling.Models
|
|
|
|
{
|
|
|
|
public class Settings
|
|
|
|
{
|
|
|
|
public string CropfieldItemCode { get; set; }
|
2020-12-18 10:22:23 +01:00
|
|
|
public string CropfieldName { get; set; }
|
2021-01-28 15:08:32 +01:00
|
|
|
public string SatelliteTaskCode { get; set; }
|
|
|
|
public string VanDerSatTaskCode { get; set; }
|
|
|
|
public string WatBalTaskCode { get; set; }
|
2020-10-15 15:14:29 +02:00
|
|
|
}
|
|
|
|
}
|