1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| using System;
| namespace HDL_ON.UI.UI2.Intelligence.Automation
| {
| /// <summary>
| /// 定义常量值类
| /// </summary>
| public class Constant
| {
| /// <summary>
| /// 移动检测事件值 (萤石摄像头spk="security.ipcam.ez";)
| /// </summary>
| public const string intelligentDetection_event = "intelligentDetection_event";
|
| }
| }
|
|