From 0b108f56b2d0c35d01ee361dc593119ac52a14e1 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 05 九月 2025 16:39:13 +0800
Subject: [PATCH] update
---
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