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