wxr
2023-12-01 8059bd9fc8e72e158cd3c8faaaab4b1bd7666195
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";
    }
}