diff --git a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java index 45a14b183..3b699adee 100644 --- a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java +++ b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java @@ -51,5 +51,16 @@ public interface ServerInfo { String DATA_PLATFORM = "data-platform-boot"; + String PLATFORM_STAT_BOOT = "platform_stat_boot"; + + String PLATFORM_RT_BOOT = "platform_rt_boot"; + String PLATFORM_EVENT_BOOT = "platform_event_boot"; + + String PLATFORM_DATA_PROCESSING_BOOT = "platform_data_processing_boot"; + + String PLATFORM_MESSAGE_BOOT = "platform_message_boot"; + + + }