PC
2024-03-30 e46f64d9f9f26531af2104afd2c46ec6b05c430c
1
2
3
4
5
6
7
8
9
package com.qianwen.smartman.common.constant;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/constant/ChartNameConstant.class */
public interface ChartNameConstant {
    public static final String DEVICE_RUN_DURATION = "设备运行时长前";
    public static final Integer DEVICE_RUN_STATUS = 2;
    public static final Integer DEVICE_WAIT_STATUS = 3;
    public static final String DEVICE_WAIT_DURATION = "设备等待时长前";
}