aw5832: fix om_choice
Some checks are pending
FarmMaps/CarbonLib/pipeline/head This commit looks good
FarmMaps.Develop/CarbonLib/pipeline/head Build queued...

This commit is contained in:
2024-01-25 11:17:04 +01:00
parent c73560db61
commit f12a1c5a82
3 changed files with 7 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace CarbonService.Models
public class SoilProperty
{
public double? OM_Const { get; set; }
public string OM_Type { get; set; }
public string OM_Choice { get; set; }
public double? Clay_Content { get; set; }
public bool? Depth10 { get; set; }
public int? Depth { get; set; }