xiaoyong931011
2022-08-15 bedf764eeb15cfc0d5c5d297a32e0fdbbd1f60d5
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.rabbit.constants;
 
/**
 * @author wzy
 * @date 2021-09-25
 **/
public class RouteKeyConstants {
 
    public static final String ROUTE_KEY_DEFAULT = "route_key_default";
}