forked from FarmMaps/FarmMapsApiClient
in KPIApplication possible to (1) add an operation, e.g. applying fertilizer and (2) add a cropfield characteristic containing cropyield.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
public class Settings
|
||||
{
|
||||
public string CropfieldItemCode { get; set; }
|
||||
//public string SatelliteTaskCode { get; set; }
|
||||
//public string VanDerSatTaskCode { get; set; }
|
||||
//public string WatBalTaskCode { get; set; }
|
||||
public string CropRecordingItemCode { get; set; }
|
||||
public string OperationItemCode { get; set; }
|
||||
public string CropfieldCharacteristicItemCode { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user