From e0279fe6db39d1071ef04ad0080b887cb6a0d335 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 04 八月 2025 17:27:47 +0800
Subject: [PATCH] upload
---
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