From 8477176a329c0530c4873f57f401a2a22b002760 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期六, 11 七月 2020 15:33:24 +0800 Subject: [PATCH] 回原点 --- src/Bro.Common.Model/Base/DeviceConfigBase.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/Bro.Common.Model/Base/DeviceConfigBase.cs b/src/Bro.Common.Model/Base/DeviceConfigBase.cs index ed25a43..9c45926 100644 --- a/src/Bro.Common.Model/Base/DeviceConfigBase.cs +++ b/src/Bro.Common.Model/Base/DeviceConfigBase.cs @@ -39,6 +39,14 @@ [Browsable(false)] public string MonitorSetId { get; set; } = ""; + + [Browsable(false)] + [JsonIgnore] + public virtual string DeviceId { get; set; } = ""; + + [Browsable(false)] + [JsonIgnore] + public virtual string OutputData { get; set; } = ""; } public class InitialConfigBase : IInitialConfig -- Gitblit v1.8.0