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"; }