| | |
| | | |
| | | 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; } |
| | | |
| | |
| | | |
| | | 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; } |
| | | |