lx
2025-07-25 07244fa2982091fc1c8b8b8b041a0783651bf712
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; }
}