lx
2025-07-25 07244fa2982091fc1c8b8b8b041a0783651bf712
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 int Porosity { get; set; }
        public int Pass { get; set; }
        public double ErrorRatioValue { get; set; }
    }