aw5832: fix om_choice
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user