src/Bro.M135.DBManager/Models/P_PRODUCT_DETAIL.cs
@@ -14,11 +14,11 @@ public string FAIData { get; set; } = ""; public bool IsDone { get; set; } = false; //[NotMapped] [NotMapped] public List<DetectResult> ResultList { get; set; } = new List<DetectResult>(); //[NotMapped] [NotMapped] public List<ISpec> SpecList { get; set; } = new List<ISpec>(); //[NotMapped] [NotMapped] public List<string> DefectList { get; set; } = new List<string>(); } }