namespace FarmmapsKPI
{
public class Settings
public string CropfieldItemCode { get; set; }
public string CropRecordingItemCode { get; set; }
public string OperationItemCode { get; set; }
public string CropfieldCharacteristicItemCode { get; set; }
}