From c3904896ecb869d4147b749b00db9e88736bf444 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 07 七月 2025 14:47:15 +0800
Subject: [PATCH] update database
---
ErrorAnalysis.Repository/Entity/GasnearResultTable.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ErrorAnalysis.Repository/Entity/GasnearResultTable.cs b/ErrorAnalysis.Repository/Entity/GasnearResultTable.cs
index c24bbfc..ab686bd 100644
--- a/ErrorAnalysis.Repository/Entity/GasnearResultTable.cs
+++ b/ErrorAnalysis.Repository/Entity/GasnearResultTable.cs
@@ -3,11 +3,11 @@
namespace ErrorAnalysis.Repository.Entity;
-public partial class GasnearResultTable
+public partial class GASNearResultTable
{
- public string? Id { get; set; }
+ public string? ID { get; set; }
- public string? ModelId { get; set; }
+ public string? ModelID { get; set; }
public int? Porosity { get; set; }
@@ -21,9 +21,9 @@
public string? TimeSpec { get; set; }
- public string? CinelasticSpec { get; set; }
+ public string? CInelasticSpec { get; set; }
- public string? Ccapture1Spec { get; set; }
+ public string? CCapture1Spec { get; set; }
- public string? Ccapture2Spec { get; set; }
+ public string? CCapture2Spec { get; set; }
}
--
Gitblit v1.9.3