using System; using System.Collections.Generic; namespace ErrorAnalysis.Repository.Entity; public partial class COFarWOLTable { public string COWOLID { get; set; } = null!; public string ModelID { get; set; } = null!; public int? Sw { get; set; } public double? WLPu0 { get; set; } public double? WLPu5 { get; set; } public double? WLPu10 { get; set; } public double? WLPu15 { get; set; } public double? WLPu20 { get; set; } public double? WLPu25 { get; set; } public double? WLPu30 { get; set; } public double? WLPu35 { get; set; } public double? WLPu40 { get; set; } public double? a0 { get; set; } public double? a1 { get; set; } public double? a2 { get; set; } }