huang
6 天以前 9571229a2013472dc701ecf5767f2873b36d8f90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package com.mes.sysconst;
 
/**
 * @Author : zhoush
 * @Date: 2025/7/11 14:15
 * @Description:
 */
public class ConstSwitch {
 
    /**
     * 仓储任务开关名
     */
    public static final String RAW_STORAGE_SWITCH = "rawStorageSwitch";
    /**
     * 钢化任务开关名
     */
    public static final String TEMPERING_SWITCH = "temperingSwitch";
    /**
     * 调度任务开关名
     */
    public static final String DISPATCH_SWITCH = "dispatchSwitch";
    /**
     * 调度任务开关名
     */
    public static final String LOAD_DISPATCH_SWITCH = "loadDispatchSwitch";
}