lx
2025-08-08 8e06f9f27bcb1f5715f123052341446194f37994
ErrorAnalysis.Repository/Entity/COWOLTable.cs
@@ -5,7 +5,7 @@
public partial class COWOLTable
{
    public string COSICARID { get; set; } = null!;
    public string COWOLID { get; set; } = null!;
    public string ModelID { get; set; } = null!;
@@ -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; }
}