dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(rabbit): 移除旧的消息队列配置并新增AI相关的实体和映射
Administrator
6 days ago
485c6557ae50afe6703c0b64169ce8eb634b1924
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
rabbit
/
constants
/
ExchangeConstants.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.rabbit.constants;
/**
* @author wzy
* @date 2021-09-25
**/
public class ExchangeConstants {
public static final String PC_COMPANY_ADD_ALI = "exchange_pc_company_add_ali";
}