lx
2025-08-08 09c1d78e98e01881f5abec85b75b52149b9b35f8
ErrorAnalysis.Repository/Entity/GasmodelTable.cs
@@ -3,11 +3,11 @@
namespace ErrorAnalysis.Repository.Entity;
public partial class GasmodelTable
public partial class GASModelTable
{
    public string? ModelId { get; set; }
    public string? ModelID { get; set; }
    public string? Bit { get; set; }
    public string? BIT { get; set; }
    public string? CasingDiameter { get; set; }
@@ -17,11 +17,11 @@
    public string? Lithology { get; set; }
    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; }