From 07244fa2982091fc1c8b8b8b041a0783651bf712 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 25 七月 2025 15:03:16 +0800
Subject: [PATCH] upload
---
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