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();