添加mq模块
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.njcn.mq.constant;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
* @version 1.0.0
|
||||
* @date 2023年08月10日 15:30
|
||||
*/
|
||||
public interface Topic {
|
||||
|
||||
/***
|
||||
* 测试阶段用的用户主题
|
||||
*/
|
||||
String NJCJ_USER_TOPIC = "njcnUserTopic";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user