From 88d9954c0e8900a646975bd501b3a5479789a638 Mon Sep 17 00:00:00 2001
From: kingno <30263@KINGNO>
Date: 星期六, 21 六月 2025 15:12:30 +0800
Subject: [PATCH] 离线测试测试功能增加OKNG分类测试功能,添加图片资源释放延时优化最终结果少存图合并

---
 src/Bro.M135.Common/ProductModel.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Bro.M135.Common/ProductModel.cs b/src/Bro.M135.Common/ProductModel.cs
index 5bebb83..5017521 100644
--- a/src/Bro.M135.Common/ProductModel.cs
+++ b/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();

--
Gitblit v1.8.0