lx
2025-07-11 05946b151e7010b2b1a851892152e6b5d34151b3
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; }
}