From fe5bb447bbc9d325246cf99b980556af62955254 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 18 七月 2025 17:32:19 +0800
Subject: [PATCH] plot
---
ErrorAnalysis.Repository/Entity/COWOLTable.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ErrorAnalysis.Repository/Entity/COWOLTable.cs b/ErrorAnalysis.Repository/Entity/COWOLTable.cs
index dd215ad..460559e 100644
--- a/ErrorAnalysis.Repository/Entity/COWOLTable.cs
+++ b/ErrorAnalysis.Repository/Entity/COWOLTable.cs
@@ -5,7 +5,7 @@
public partial class COWOLTable
{
- public string COSICARID { get; set; } = null!;
+ public string COWOLID { get; set; } = null!;
public string ModelID { get; set; } = null!;
@@ -29,9 +29,9 @@
public double? WLPu40 { get; set; }
- public double? A0 { get; set; }
+ public double? a0 { get; set; }
- public double? A1 { get; set; }
+ public double? a1 { get; set; }
- public double? A2 { get; set; }
+ public double? a2 { get; set; }
}
--
Gitblit v1.9.3