lx
2025-07-22 cb764c0d0bbd76a3fd14c440e7dc0db612bb8244
ErrorAnalysis.Repository/Entity/SigfarResultTable.cs
@@ -3,11 +3,11 @@
namespace ErrorAnalysis.Repository.Entity;
public partial class SigfarResultTable
public partial class SIGFarResultTable
{
    public string Id { get; set; } = null!;
    public string ID { get; set; } = null!;
    public string ModelId { get; set; } = null!;
    public string ModelID { get; set; } = null!;
    public int Porosity { get; set; }
@@ -21,9 +21,9 @@
    public string? TimeSpec { get; set; }
    public decimal? CinelasticSpec { get; set; }
    public decimal? CInelasticSpec { get; set; }
    public string? Ccapture1Spec { get; set; }
    public string? CCapture1Spec { get; set; }
    public string? Ccapture2Spec { get; set; }
    public string? CCapture2Spec { get; set; }
}