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