From 699bbf402e9d6333d4dcb0c75e6d32e4386fd6dc Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期日, 28 六月 2020 18:59:26 +0800 Subject: [PATCH] 主体流程完成 --- src/Bro.Device.Gocator/GocatorConfig.cs | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Bro.Device.Gocator/GocatorConfig.cs b/src/Bro.Device.Gocator/GocatorConfig.cs index 462b025..6dba56f 100644 --- a/src/Bro.Device.Gocator/GocatorConfig.cs +++ b/src/Bro.Device.Gocator/GocatorConfig.cs @@ -1,4 +1,6 @@ -锘縰sing System; +锘縰sing Bro.Common.Base; +using Bro.Common.Helper; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -6,7 +8,13 @@ namespace Bro.Device.Gocator { - class GocatorConfig + [Device("Gocator", "Gocator婵�鍏夋壂鎻忎华", EnumHelper.DeviceAttributeType.InitialConfig)] + public class GocatorInitialConfig : CameraInitialConfigBase + { + } + + [Device("Gocator", "Gocator婵�鍏夋壂鎻忎华", EnumHelper.DeviceAttributeType.OperationConfig)] + public class GocatorOperationConfig : CameraOprerationConfigBase { } } -- Gitblit v1.8.0