package org.jeecg.modules.constant;

/**
 * @Description: 通用常量
 * @author: hkl
 * @data: 2023-08-01 16:41:33
 */
public class DictConstant {
    /**
     * 设备速度等级
     */
    public static final String EQUIPMENT_SPEED_OPTS = "equipment_speed_opts";
}