screen-common/src/main/java/com/moral/constant/Constants.java
@@ -114,11 +114,30 @@ * */ public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser"; /* * 未校准数据表后缀 * */ public static final String UN_ADJUST = "unadjust"; /* * 离线设备状态码 * */ public static final String DEVICE_STATE_OFFLINE = "4"; /* * 臭氧code * */ public static final String SENSOR_CODE_O3 = "a05024"; /* * vocs code * */ public static final String SENSOR_CODE_VOCS = "a99054"; /* * 温度code * */ public static final String SENSOR_CODE_TEMP = "a01001"; }