From c97331d8eca8f9ef6a0c18ffce3518578b5638ff Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 15 八月 2025 10:21:11 +0800
Subject: [PATCH] update cr/or fit line

---
 ErrorAnalysis.Repository/Entity/CONearWOLTable.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ErrorAnalysis.Repository/Entity/CONearWOLTable.cs b/ErrorAnalysis.Repository/Entity/CONearWOLTable.cs
index 560204d..1ccd019 100644
--- a/ErrorAnalysis.Repository/Entity/CONearWOLTable.cs
+++ b/ErrorAnalysis.Repository/Entity/CONearWOLTable.cs
@@ -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