11 lines
286 B
C#
11 lines
286 B
C#
|
namespace FarmmapsKPI
|
|||
|
{
|
|||
|
public class Settings
|
|||
|
{
|
|||
|
public string CropfieldItemCode { get; set; }
|
|||
|
//public string SatelliteTaskCode { get; set; }
|
|||
|
//public string VanDerSatTaskCode { get; set; }
|
|||
|
//public string WatBalTaskCode { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|