代码提交

This commit is contained in:
huangzj
2023-05-25 10:31:58 +08:00
parent 837fad8fbc
commit 4cfb51b45b

View File

@@ -27,17 +27,17 @@ public interface ServerInfo {
String PREPARE_BOOT = "prepare-boot";
String ALGORITHM_BOOT = "algorithm-boot";
String CS_DEVICE_BOOT = "cs_device_boot";
String CS_DEVICE_BOOT = "cs-device-boot";
String CS_SYSTEM_BOOT = "cs_system_boot";
String CS_SYSTEM_BOOT = "cs-system-boot";
String CS_WARN_BOOT = "cs_warn_boot";
String CS_WARN_BOOT = "cs-warn-boot";
String CS_EVENT_BOOT = "cs_event_boot";
String CS_EVENT_BOOT = "cs-event-boot";
String CS_HARMONIC_BOOT = "cs_harmonic_boot";
String CS_HARMONIC_BOOT = "cs-harmonic-boot";
String CS_REPORT_BOOT = "cs_report_boot";
String CS_REPORT_BOOT = "cs-report-boot";
}