lx
2025-07-25 07244fa2982091fc1c8b8b8b041a0783651bf712
ErrorAnalysis.Repository/Entity/COModelTable.cs
@@ -7,15 +7,15 @@
{
    public string ModelID { get; set; } = null!;
    public decimal BIT { get; set; }
    public string BIT { get; set; } = null!;
    public decimal CasingOD { get; set; }
    public string CasingOD { get; set; } = null!;
    public decimal CasingID { get; set; }
    public string CasingID { get; set; } = null!;
    public decimal? ScreenOD { get; set; }
    public string? ScreenOD { get; set; }
    public string? ScreenID { get; set; }
    public decimal? ScreenID { get; set; }
    public string TubeOD { get; set; } = null!;