dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): 添加 Jackson 版本属性配置
Administrator
2026-06-18
6a4acc9a9aa0531b277e7921cf2334ecd07f9190
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
rabbit
/
constants
/
QueueConstants.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.rabbit.constants;
/**
* @author wzy
* @date 2021-09-25
**/
public class QueueConstants {
public static final String PC_COMPANY_ADD_ALI = "queue_pc_company_add_ali";
}