From c97331d8eca8f9ef6a0c18ffce3518578b5638ff Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 15 八月 2025 10:21:11 +0800
Subject: [PATCH] update cr/or fit line
---
ErrorAnalysis.Repository/Entity/GasmodelTable.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ErrorAnalysis.Repository/Entity/GasmodelTable.cs b/ErrorAnalysis.Repository/Entity/GasmodelTable.cs
index 636f14f..9dfca5a 100644
--- a/ErrorAnalysis.Repository/Entity/GasmodelTable.cs
+++ b/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; }
--
Gitblit v1.9.3