xiaoyong931011
2023-08-29 ec15bec1cbde92784b0daa2d1e31e0b5fdeff0e6
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 EXCHANGE_DEFAULT = "hlm_exchange_default";
}