云前置改造-暂态数据补召功能新增topic

This commit is contained in:
xy
2025-10-15 20:50:47 +08:00
parent aba66aaf4a
commit b63fab9085
4 changed files with 103 additions and 0 deletions

View File

@@ -67,6 +67,16 @@ public interface BusinessTopic {
*/
String PROCESS_TOPIC = "process_Topic";
/**
* 补召下发命令
*/
String ASK_RECALL_TOPIC = "ask_recall_Topic";
/**
* 补召应答命令
*/
String REPLY_RECALL_TOPIC = "reply_recall_Topic";
/********************************数据中心*********************************/
String RMP_EVENT_DETAIL_TOPIC = "rmpEventDetailTopic";