From 0b108f56b2d0c35d01ee361dc593119ac52a14e1 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 05 九月 2025 16:39:13 +0800
Subject: [PATCH] update
---
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