From 11219b1b266c7b98dde39eb710faaa83b4a37924 Mon Sep 17 00:00:00 2001
From: kingno <30263@KINGNO>
Date: 星期二, 17 六月 2025 13:04:52 +0800
Subject: [PATCH] 双击圆点出图

---
 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