lx
2025-08-05 5a4ad30aed8871832885526fcb0eaf049540384d
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; }