lx
2025-08-15 c97331d8eca8f9ef6a0c18ffce3518578b5638ff
ErrorAnalysis.Service/Model/ErrorRatioModel.cs
@@ -10,12 +10,16 @@
    public class ErrorRatioResult
    {
        public COModelTable? COModel { get; set; }
        public List<double[]>? CWOL { get; set; }
        public List<double[]>? OWOL { get; set; }
        public List<ErrorRatio>? ErrorRatios { get; set; }
    }
    public class ErrorRatio
    {
        public double Porosity { get; set; }
        public int Pass { get; set; }
        public double ErrorRatioValue { get; set; }
    }