From e81cbb4c978bec283c58629156c07106aaa46943 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期二, 18 十一月 2025 15:35:58 +0800
Subject: [PATCH] update 1.3.1
---
ErrorAnalysis.Repository/Entity/COFarWOLTable.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ErrorAnalysis.Repository/Entity/COFarWOLTable.cs b/ErrorAnalysis.Repository/Entity/COFarWOLTable.cs
index f56b98a..7debe65 100644
--- a/ErrorAnalysis.Repository/Entity/COFarWOLTable.cs
+++ b/ErrorAnalysis.Repository/Entity/COFarWOLTable.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