huang
2025-11-18 1566e4c7604d85737ea67fe6757e71b8185fa48e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.mes.sysconst;
 
/**
 * @Author : zhoush
 * @Date: 2025/7/11 14:15
 * @Description:
 */
public interface ConstRequest {
 
    /**
     * 磨边队列请求
     */
    public static final String EDG_QUEUE_INFO_REQUEST = "edgQueueInfoRequest";
}