huang
7 天以前 22e17b6db03ca58bc477a35ca067e55a09cffce7
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";
}