chenrui
2025-03-11 379222715511cc4d6efd4abbbb3463f5485f590d
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.common.constant;
 
/**
 * 工时队列路由主键常量
 */
public class RouterKeyConstants {
 
    public final static String GX_KEY="gx_router_key";
    public final static String CL_KEY="cl_router_key";
    public final static String JX_KEY="jx_router_key";
    public final static String DL_KEY="dl_router_key";
 
}