From 007782bf44e49b4e3d5166ef361ac9fd03cad9c2 Mon Sep 17 00:00:00 2001 From: kingno <30263@KINGNO> Date: 星期二, 17 六月 2025 13:07:43 +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