2023-03-22 13:48:13 +00:00
|
|
|
|
namespace FarmmapsKPI
|
|
|
|
|
{
|
|
|
|
|
public class Settings
|
|
|
|
|
{
|
|
|
|
|
public string CropfieldItemCode { get; set; }
|
2023-10-04 15:21:05 +00:00
|
|
|
|
public string CropRecordingItemCode { get; set; }
|
2023-10-13 14:37:50 +00:00
|
|
|
|
public string[] OperationItemCodes { get; set; }
|
2023-10-04 15:21:05 +00:00
|
|
|
|
public string CropfieldCharacteristicItemCode { get; set; }
|
2023-03-22 13:48:13 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|