aw5598, 5599, 5600, 5601: several carbon changes
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2023-11-27 09:22:55 +01:00
parent dd993a3583
commit 8efa6558c6
3 changed files with 36 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ namespace FarmMapsAPI.Carbon.Models
public double OM_Corr { get; set; }
public double Bulk_Density { get; set; }
public double Clay_Content { get; set; }
public double Depth { get; set; }
public int? Depth { get; set; }
public bool Depth10 { get; set; }
}