HDL_ON/UI/UI2/3-Intelligence/Automation/Constant.cs
@@ -1,11 +1,16 @@ using System; namespace HDL_ON.UI.UI2.Intelligence.Automation { public class Constant { public Constant() { } } /// <summary> /// 定义常量值类 /// </summary> public class Constant { /// <summary> /// 移动检测事件值 (萤石摄像头spk="security.ipcam.ez";) /// </summary> public const string intelligentDetection_event = "intelligentDetection_event"; } }