kingno
2025-04-03 a97ac998301461e6284595b1cf2c7b40ce5b2459
src/Bro.M135.DBManager/Models/P_PRODUCT_DETAIL.cs
@@ -1,4 +1,5 @@
using Bro.Common.Model;
using Bro.Common.Interface;
using Bro.Common.Model;
using Bro.DataBase.Model;
using System.ComponentModel.DataAnnotations.Schema;
@@ -13,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]
        public List<Spec> SpecList { get; set; } = new List<Spec>();
        [NotMapped]
        //[NotMapped]
        public List<ISpec> SpecList { get; set; } = new List<ISpec>();
        //[NotMapped]
        public List<string> DefectList { get; set; } = new List<string>();
    }
}