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