代码提交

This commit is contained in:
2023-05-24 20:19:45 +08:00
parent 33a52beaad
commit e52099b700
2 changed files with 1 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ public interface ServerInfo {
String PROCESS = "process-boot";
String PREPARE_BOOT = "prepare-boot";
String ALGORITHM_BOOT = "algorithm-boot";
String CS_SYSTEM_BOOT = "cs_system_boot";
}