新增预警/告警技术监督数据

This commit is contained in:
Lee
2023-03-21 14:34:35 +08:00
parent a82728c7a8
commit 883524e182
31 changed files with 1041 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ public interface ServerInfo {
String HARMONIC_PREPARE = "harmonic-prepare";
String EVENT_PREPARE = "event-prepare";
String PROCESS = "process-boot";
String PREPARE_BOOT = "prepare-boot";
}