From ab3d347fc586c682c154924ec9959cac3fb89754 Mon Sep 17 00:00:00 2001 From: Gokiburi <Gokiburi@DESKTOP-9ITC11L> Date: 星期六, 21 六月 2025 15:13:10 +0800 Subject: [PATCH] Merge branch 'master' of http://gitblit.broconcentric.com:8088/r/M200 --- 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