新增治理对外接口

This commit is contained in:
2023-04-10 15:19:45 +08:00
parent 952ccc8d10
commit ff27f42ae2
6 changed files with 102 additions and 39 deletions

View File

@@ -25,6 +25,7 @@ public interface ServerInfo {
String QUALITY = "quality-boot";
String PROCESS = "process-boot";
String PREPARE_BOOT = "prepare-boot";
String ALGORITHM_BOOT = "algorithm-boot";
}