namespace FarmmapsKPI
{
    public class Settings
    {
        public string CropfieldItemCode { get; set; }
        public string CropRecordingItemCode { get; set; }
        public string[] OperationItemCodes { get; set; }
        public string CropfieldCharacteristicItemCode { get; set; }

    }
}