Administrator
6 days ago 2829e9784f691ee39e3b1bed75b586300d9d4aac
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 PC_COMPANY_ADD_ALI = "route_key_pc_company_add_ali";
}