治理文件mq新增
This commit is contained in:
@@ -23,7 +23,10 @@ public interface BusinessTopic {
|
||||
String NJCN_APP_WARN_TOPIC = "njcnAppWarnTopic";
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 治理文件接收主题
|
||||
*/
|
||||
String NJCN_APP_FILE_TOPIC = "njcnAppFileTopic";
|
||||
|
||||
|
||||
/********************************数据中心*********************************/
|
||||
@@ -60,5 +63,18 @@ public interface BusinessTopic {
|
||||
String WARN_TAG = "warn";
|
||||
}
|
||||
|
||||
interface FileTag {
|
||||
|
||||
/**
|
||||
* 文件信息tag
|
||||
*/
|
||||
String INFO_TAG = "fileInfo";
|
||||
|
||||
/**
|
||||
* 文件流tag
|
||||
*/
|
||||
String STREAM_TAG = "streamInfo";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user