package org.sxkj.common.enums; public enum RefreshStatusEnum { /** * 设备刷新 */ DEVICE_REFRESH, //任务刷新 JOB_REFRESH, }