kingno
2025-06-17 11219b1b266c7b98dde39eb710faaa83b4a37924
src/Bro.M135.Common/ProductModel.cs
@@ -76,6 +76,8 @@
        public bool IsPreStationOK { get; set; } = false;
        public List<string> ImagePaths { get; set; } = new List<string>();
        public DateTime? EndTime { get; set; } = null;
        object _checkResultLock = new object();