11 lines
304 B
C#
11 lines
304 B
C#
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; }
|
|
|
|
}
|
|
} |