From 62aecf38e35a8a7fe14a4c8167441ae785cd6681 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期四, 17 七月 2025 17:36:34 +0800
Subject: [PATCH] upload

---
 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