dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
redbagprod
xiaoyong931011
2023-10-11
63a12d1eaaea08d7573e2788156adb7976a8a32d
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
rabbit
/
constants
/
QueueConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.rabbit.constants;
/**
* @author wzy
* @date 2021-09-25
**/
public class QueueConstants {
/**
* 添加机器人
*/
public static final String QUEUE_IM_REDBAG_ADD_ROBOT = "queue_im_redbag_add_robot";
}