ui
lx
2025-07-04 597ca2fb14bb204f27aeb04089d6c87f19774916
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; }
    }