2021-05-26 08:16:29 +00:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using FarmmapsApi.Models;
|
|
|
|
|
|
|
|
|
|
namespace FarmmapsBulkSatDownload
|
2021-05-18 16:19:28 +00:00
|
|
|
|
{
|
|
|
|
|
public class Settings
|
|
|
|
|
{
|
2021-05-26 08:16:29 +00:00
|
|
|
|
public List<Item> cropFieldItems { get; set; }
|
2021-05-18 16:19:28 +00:00
|
|
|
|
}
|
2021-05-26 08:16:29 +00:00
|
|
|
|
}
|