From f06ae0e33e33f1ed5f198827b9b5a53e765b3eee Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期一, 11 一月 2021 10:58:26 +0800
Subject: [PATCH] 1. 来料检测添加线体代码 2. 添加检测数据区间压缩配置和功能

---
 src/Bro.Common.Model/Interface/IMonitorSetCollection.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/Bro.Common.Model/Interface/IMonitorSetCollection.cs b/src/Bro.Common.Model/Interface/IMonitorSetCollection.cs
index 9573c2c..d7facbe 100644
--- a/src/Bro.Common.Model/Interface/IMonitorSetCollection.cs
+++ b/src/Bro.Common.Model/Interface/IMonitorSetCollection.cs
@@ -1,4 +1,5 @@
-锘縰sing System.Collections.Generic;
+锘縰sing Bro.Common.Model;
+using System.Collections.Generic;
 
 namespace Bro.Common.Interface
 {
@@ -35,5 +36,7 @@
         string DisplayText { get; }
 
         string SourceDevice { get; set; }
+
+        ProcessResponse Response { get; set; }
     }
 }

--
Gitblit v1.8.0