lx
2025-11-24 e5a570db2036a6b155c2ddc289b42bd050b9ad3c
ErrorAnalysis.Repository/Entity/SigmodelTable.cs
@@ -3,31 +3,31 @@
namespace ErrorAnalysis.Repository.Entity;
public partial class SigmodelTable
public partial class SIGModelTable
{
    public string ModelId { get; set; } = null!;
    public string ModelID { get; set; } = null!;
    public string Bit { get; set; } = null!;
    public string BIT { get; set; } = null!;
    public string CasingOd { get; set; } = null!;
    public string CasingOD { get; set; } = null!;
    public string CasingId { get; set; } = null!;
    public string CasingID { get; set; } = null!;
    public string? ScreenOd { get; set; }
    public string? ScreenOD { get; set; }
    public string? ScreenId { get; set; }
    public string? ScreenID { get; set; }
    public string TubeOd { get; set; } = null!;
    public string TubeOD { get; set; } = null!;
    public string TubeId { get; set; } = null!;
    public string TubeID { get; set; } = null!;
    public string Lithology { get; set; } = null!;
    public string? Vsh { get; set; }
    public string? VSH { get; set; }
    public string? OilDensity { get; set; }
    public string? Bhsalinity { get; set; }
    public string? BHSalinity { get; set; }
    public string? ReservoirSalinity { get; set; }