aw6355: new solution organic matter/carbon factor
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2024-09-02 08:19:47 +02:00
parent d20fe7d3c4
commit c89607ebbc
3 changed files with 42 additions and 11 deletions

View File

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