kingno
2025-04-10 655481176b286fa91ef9d171fd8cbfac2be2545a
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>();
    }
}