lx
2025-07-07 c3904896ecb869d4147b749b00db9e88736bf444
ErrorAnalysis.Service/Model/ErrorRatioModel.cs
@@ -15,7 +15,7 @@
    public class ErrorRatio
    {
        public int Porosity { get; set; }
        public double Porosity { get; set; }
        public int Pass { get; set; }
        public double ErrorRatioValue { get; set; }
    }