AI识别接收

This commit is contained in:
2025-08-09 12:27:29 +08:00
parent a52ecd996d
commit afa4976828
12 changed files with 741 additions and 1 deletions
+8
View File
@@ -11,6 +11,12 @@ namespace BLL
/// </summary>
public static DateTime DtmarkTime = DateTime.Parse("2020-01-01");
public static int CacheMinutes = 10;
/// <summary>
/// AI摄像头报警
/// </summary>
public const string AIAlarmEventMenuId = "3D3AB427-FA89-4863-9E66-402FE3D46095";
#region
/// <summary>
/// 系统管理员ID
@@ -6246,5 +6252,7 @@ namespace BLL
/// 施工工程师(总包)
/// </summary>
public const string SGEngineer = "F7302DA3-B522-43F9-98CC-6317622A884E";
}
}