package constant; /** * @author:xp * @date:2024/7/25 14:27 */ public class PointConfigConstants { /** * 普通点位配置的key * */ public final static String NORMAL = "normal.workorder.time"; /** * 普通点位告警配置的key * */ public final static String NORMAL_ALARM = "normal.wordkorder.alarm.time"; /** * 重点点位配置的key * */ public final static String IMPORTANT = "important.wordkorder.time"; /** * 重点点位告警配置的key * */ public final static String IMPORTANT_ALARM = "important.wordkorder.alarm.time"; }